From ab368ee5029e96d2ff774d3015a744784bde4ee1 Mon Sep 17 00:00:00 2001 From: paulhcsun <47882901+paulhcsun@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:02:07 -0800 Subject: [PATCH] chore(ecr): backfill missing enums for ecr (#33643) ### Description of changes backfill missing enums for ecr ### Checklist - [x] 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* --- packages/aws-cdk-lib/aws-ecr/lib/repository.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/aws-cdk-lib/aws-ecr/lib/repository.ts b/packages/aws-cdk-lib/aws-ecr/lib/repository.ts index c1423f3e78634..c2e647d3dd4ac 100644 --- a/packages/aws-cdk-lib/aws-ecr/lib/repository.ts +++ b/packages/aws-cdk-lib/aws-ecr/lib/repository.ts @@ -1029,6 +1029,10 @@ export class RepositoryEncryption { * 'KMS' */ public static readonly KMS = new RepositoryEncryption('KMS'); + /** + * 'KMS_DSSE' + */ + public static readonly KMS_DSSE = new RepositoryEncryption('KMS_DSSE'); /** * @param value the string value of the encryption