Skip to content

Commit 2623e00

Browse files
authored
feat(s3-deployment): backfill missing enums for s3-deployment (#33819)
### Description of changes feat(s3-deployment): backfill missing enums for s3-deployment CFN Doc: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html#aws-properties-s3-bucket-serversideencryptionbydefault-properties ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1c09c8b commit 2623e00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: packages/aws-cdk-lib/aws-s3-deployment/lib/bucket-deployment.ts

+5
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,11 @@ export enum ServerSideEncryption {
819819
* 'aws:kms'
820820
*/
821821
AWS_KMS = 'aws:kms',
822+
823+
/**
824+
* 'aws:kms:dsse'
825+
*/
826+
AWS_KMS_DSSE = 'aws:kms:dsse',
822827
}
823828

824829
/**

0 commit comments

Comments
 (0)