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::S3::StorageLens StorageLensTableDestination
This resource configures your S3 Storage Lens reports to export to read-only S3 table buckets. With this resource, you can store your Storage Lens metrics in S3 Tables that are created in a read-only S3 table bucket called aws-s3.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Encryption" :Encryption, "IsEnabled" :Boolean}
YAML
Encryption:EncryptionIsEnabled:Boolean
Properties
Encryption-
This resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.
Required: No
Type: Encryption
Update requires: No interruption
IsEnabled-
This property indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration. When set to true, Storage Lens reports are automatically exported to tables in addition to other configured destinations.
Required: Yes
Type: Boolean
Update requires: No interruption