aws_cdk.aws_cloudtrail.Trail: KMS encryption kms_key example incorrect #29222
Labels
@aws-cdk/aws-cloudtrail
Related to AWS CloudTrail
documentation
This is a problem with documentation.
p2
Describe the issue
The example for aws_cdk.aws_cloudtrail.Trail provides an incorrect example of setting an encryption key:
kms_key
is incorrect and should be changed toencryption_key
:Links
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_cloudtrail/Trail.html
The text was updated successfully, but these errors were encountered: