AWS::Glue::Partition PartitionInput - AWS CloudFormation

AWS::Glue::Partition PartitionInput

The structure used to create and update a partition.

Syntax

To declare this entity in your AWS 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 AWS Glue will add the values to the wrong keys.

Required: Yes

Type: Array of String

Update requires: No interruption

See also