aws-cdk: NotificationArns as a construct prop, rather than read-only #21986
Labels
@aws-cdk/aws-sns
Related to Amazon Simple Notification Service
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
feature-request
A feature should be added or improved.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
We are exploring how we can integrate SNS with our CloudFormation stacks. We noticed that you can supply a
notificationArns
prop, which can include an SNS topic ARN, but only on theNestedStack
construct, not theStack
construct.Is there a reason why this prop cannot be supplied when creating deploying with the CDK without nesting? We are trying to find a way to automate adding SNS, without manually making the update to the stack so that it points notifications to the SNS topic in the console.
Use Case
We would like to monitor changes to certain CloudFormation stacks and send notifications through SNS when certain actions are taken on a stack.
Currently, we would have to deploy via CDK and then manually update the notification settings in the stack, but we would like to do this all via code.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.35.0
Environment details (OS name and version, etc.)
Mac OS
The text was updated successfully, but these errors were encountered: