Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Glue::Partition PartitionInput

Focus mode
AWS::Glue::Partition PartitionInput - AWS CloudFormation
Filter View

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

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.