Skip to content

Commit d90dffa

Browse files
authored
docs(ecs): fix a property doc in ExecuteCommandLogConfiguration (#25856)
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*
1 parent fb9f559 commit d90dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-ecs/lib/cluster.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ export interface ExecuteCommandLogConfiguration {
11081108
readonly s3Bucket?: s3.IBucket,
11091109

11101110
/**
1111-
* Whether or not to enable encryption on the CloudWatch logs.
1111+
* Whether or not to enable encryption on the S3 bucket.
11121112
*
11131113
* @default - encryption will be disabled.
11141114
*/

0 commit comments

Comments
 (0)