Skip to content

Commit

Permalink
chore(ecr): backfill missing enums for ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Feb 28, 2025
1 parent 8679b89 commit 1654367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/aws-ecr/lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,10 @@ export class RepositoryEncryption {
* 'KMS'
*/
public static readonly KMS = new RepositoryEncryption('KMS');
/**
* [PLACEHOLDER COMMENT: TO BE FILLED OUT]
*/
public static readonly KMS_DSSE = new RepositoryEncryption('KMS_DSSE');

/**
* @param value the string value of the encryption
Expand Down

0 comments on commit 1654367

Please sign in to comment.