This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::S3Express::DirectoryBucket BucketEncryption
Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or Amazon KMS keys (SSE-KMS). For information about default encryption for directory buckets, see Setting and monitoring default encryption for directory buckets in the Amazon S3 User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ServerSideEncryptionConfiguration" :
[ ServerSideEncryptionRule, ... ]
}
Properties
ServerSideEncryptionConfiguration
-
Specifies the default server-side-encryption configuration.
Required: Yes
Type: Array of ServerSideEncryptionRule
Update requires: No interruption