AWS::Glue::Partition PartitionInput - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Glue::Partition PartitionInput

The structure used to create and update a partition.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Parameters" : Json, "StorageDescriptor" : StorageDescriptor, "Values" : [ String, ... ] }

Properties

Parameters

These key-value pairs define partition parameters.

Required: No

Type: Json

Update requires: No interruption

StorageDescriptor

Provides information about the physical location where the partition is stored.

Required: No

Type: StorageDescriptor

Update requires: No interruption

Values

The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.

The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Amazon Glue will add the values to the wrong keys.

Required: Yes

Type: Array of String

Update requires: No interruption

See also