Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ecr/lib/repository.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo10Gama authored Mar 1, 2025
1 parent 1654367 commit b662a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecr/lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ export class RepositoryEncryption {
*/
public static readonly KMS = new RepositoryEncryption('KMS');
/**
* [PLACEHOLDER COMMENT: TO BE FILLED OUT]
* 'KMS_DSSE'
*/
public static readonly KMS_DSSE = new RepositoryEncryption('KMS_DSSE');

Expand Down

0 comments on commit b662a77

Please sign in to comment.