Skip to content

Commit

Permalink
docs(ecs): fix a property doc in ExecuteCommandLogConfiguration (#25856)
Browse files Browse the repository at this point in the history
As mentioned in #25855, a doc of the s3EncryptionEnabled in the ExecuteCommandLogConfiguration interface is wrong.

Closes #25855

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
go-to-k authored Jun 13, 2023
1 parent fb9f559 commit d90dffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecs/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ export interface ExecuteCommandLogConfiguration {
readonly s3Bucket?: s3.IBucket,

/**
* Whether or not to enable encryption on the CloudWatch logs.
* Whether or not to enable encryption on the S3 bucket.
*
* @default - encryption will be disabled.
*/
Expand Down

0 comments on commit d90dffa

Please sign in to comment.