This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::Table IcebergTableInput
The IcebergTableInput property type specifies Property description not available. for an AWS::Glue::Table.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Location" :String, "PartitionSpec" :IcebergPartitionSpec, "Properties" :Json, "Schema" :IcebergSchema, "WriteOrder" :IcebergSortOrder}
YAML
Location:StringPartitionSpec:IcebergPartitionSpecProperties:JsonSchema:IcebergSchemaWriteOrder:IcebergSortOrder
Properties
LocationProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
PartitionSpecProperty description not available.
Required: No
Type: IcebergPartitionSpec
Update requires: No interruption
PropertiesProperty description not available.
Required: No
Type: Json
Update requires: No interruption
SchemaProperty description not available.
Required: Yes
Type: IcebergSchema
Update requires: No interruption
WriteOrderProperty description not available.
Required: No
Type: IcebergSortOrder
Update requires: No interruption