Skip to content

Commit 017d0e5

Browse files
committed
chore(s3-deployment): backfill missing enums for s3-deployment
1 parent 6c882e0 commit 017d0e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)