core: CustomResourceConfig has no effect #32380
Labels
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
I've added the following lines to my CDK app:
However, it has no effect.
BucketNotificationsHandl
andCustomS3AutoDeleteObject
Log Groups are never expired, and are not removed when CF stack is removed.Regression Issue
Expected Behavior
LogGroups have 3 months expiry period and are removed when CF stack is deleted.
Current Behavior
LogGroups have 'Never Expire' period and are not removed when CF stack is deleted.
CDK CLI Version
2.167.2
Node.js Version
20
OS
AmazonLinux
Language
.NET
Language Version
.NET 8
Other information
It is mentioned in comments in this issue: #23909
I decided to add a separate ticket though.
The text was updated successfully, but these errors were encountered: