AWS Glue Partition PartitionInput
The
PartitionInput property type specifies the metadata that's used to create or
update an AWS Glue partition.
PartitionInput is a property of the AWS::Glue::Partition resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Parameters" :JSON object, "StorageDescriptor" : StorageDescriptor, "Values" : [String, ... ] }
YAML
Parameters:JSON objectStorageDescriptor: StorageDescriptor Values: -String
Properties
Parameters-
UTF-8 string–to–UTF-8 string key-value pairs that specify the parameters for the partition.
Required: No
Type: JSON object
Update requires: No interruption
StorageDescriptor-
Information about the physical storage of the partition.
Required: No
Type: StorageDescriptor
Update requires: No interruption
Values-
A list of UTF-8 strings that specify the values of the partition.
Required: Yes
Type: List of String values
Update requires: Replacement
See Also
-
PartitionInput in the AWS Glue Developer Guide
