aws-pipes: CfnPipe
doesn't set the CloudWatch Log Group in AWS Console
#31665
Labels
@aws-cdk/aws-cloudwatch
Related to Amazon CloudWatch
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
I deployed this EventbridgeStack and then checked the configuration for one of the Pipes in the AWS Console.
I noticed something curious:
The CloudWatch log group appears as NOT selected in the UI, yet it is actually selected (otherwise, it wouldn’t function properly).
Let's double-check:
EventbridgeStack
.cdk deploy
again.You’ll observe that no changes are made, which indicates the log group was correctly applied despite the UI showing otherwise. This seems to be a UI bug that occurs when deploying via CDK, and it might also affect deployments through CloudFormation directly.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
See above.
Current Behavior
See above.
Reproduction Steps
See above.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.161.1
Framework Version
No response
Node.js Version
20.18.0
OS
Ubuntu 22.04
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: