Skip to content

Commit

Permalink
feat: implementation to fix issue #22961 allows encrypted log groups
Browse files Browse the repository at this point in the history
  • Loading branch information
surecloud-meason committed Mar 13, 2024
1 parent ec5d454 commit 0ad2f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-logs/test/log-retention.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ describe('log retention', () => {
});

Template.fromStack(stack).hasResourceProperties('Custom::LogRetention', {
KmsKey: 'us-east-1',
KmsKeyId: { 'Fn::GetAtt': [Match.stringLikeRegexp('MyKey'), 'Arn'] },
});
});
});

0 comments on commit 0ad2f5a

Please sign in to comment.