This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::S3::Bucket MetadataConfiguration
Creates a V2 Amazon S3 Metadata configuration of a general purpose bucket. For more information, see Accelerating data discovery with S3 Metadata in the Amazon S3 User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Destination" :
MetadataDestination
, "InventoryTableConfiguration" :InventoryTableConfiguration
, "JournalTableConfiguration" :JournalTableConfiguration
}
YAML
Destination:
MetadataDestination
InventoryTableConfiguration:InventoryTableConfiguration
JournalTableConfiguration:JournalTableConfiguration
Properties
Destination
-
The destination information for the S3 Metadata configuration.
Required: No
Type: MetadataDestination
Update requires: No interruption
InventoryTableConfiguration
-
The inventory table configuration for a metadata configuration.
Required: No
Type: InventoryTableConfiguration
Update requires: No interruption
JournalTableConfiguration
-
The journal table configuration for a metadata configuration.
Required: Yes
Type: JournalTableConfiguration
Update requires: No interruption