Skip to content

Commit 5133401

Browse files
committed
change log group to vended logs
1 parent e9bfc1f commit 5133401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/resources/usRegionLogGroups.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class usRegionLogGroups extends Construct {
100100

101101
const cloudfrontLogGroup = new LogGroup(this, "CloudFrontLogGroup", {
102102
encryptionKey: cloudwatchLogsKmsKey,
103-
logGroupName: `/aws/cloudfront/${props.cloudfrontLogGroupName}`,
103+
logGroupName: `/aws/vendedlogs/${props.cloudfrontLogGroupName}`,
104104
retention: props.logRetentionInDays,
105105
removalPolicy: RemovalPolicy.DESTROY
106106
})

0 commit comments

Comments
 (0)