aws-chatbot: make ISlackChannelConfiguration define addNotificationTopic(ITopic) #26391
Closed
2 tasks
Labels
@aws-cdk/aws-chatbot
Related to AWS Chatbot
duplicate
This issue is a duplicate.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Right now you can only add topics if you create the chatbot slack configuration in the stack. You can't add topics to existing chatbot resources because SlackChannelConfiguration.fromSlackChannelConfigurationArn(...) returns an ISlackChannelConfiguration, which doesn't define the method to do so
Use Case
As a CDK developer
I want to add a notification topic to an existing chatbot slack resource through CDK
So that I don't have to manually add it using the AWS Console
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.87.0
Environment details (OS name and version, etc.)
Windows 10 Home Single Language, Version 22H2
The text was updated successfully, but these errors were encountered: