We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4c189 commit 0989e76Copy full SHA for 0989e76
packages/aws-cdk-lib/aws-kms/README.md
@@ -77,7 +77,7 @@ import * as cloudtrail from 'aws-cdk-lib/aws-cloudtrail';
77
const myKeyAlias = kms.Alias.fromAliasName(this, 'myKey', 'alias/aws/s3');
78
const trail = new cloudtrail.Trail(this, 'myCloudTrail', {
79
sendToCloudWatchLogs: true,
80
- kmsKey: myKeyAlias,
+ encryptionKey: myKeyAlias,
81
});
82
```
83
0 commit comments