Interface CfnResponsePlan.ChatChannelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResponsePlan.ChatChannelProperty.Jsii$Proxy
- Enclosing class:
- CfnResponsePlan
@Stability(Stable)
public static interface CfnResponsePlan.ChatChannelProperty
extends software.amazon.jsii.JsiiSerializable
The AWS Chatbot chat channel used for collaboration during an incident.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ssmincidents.*; ChatChannelProperty chatChannelProperty = ChatChannelProperty.builder() .chatbotSns(List.of("chatbotSns")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResponsePlan.ChatChannelProperty
static final class
An implementation forCfnResponsePlan.ChatChannelProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an incident.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChatbotSns
The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an incident.You can also make updates to the incident through the chat channel by using the SNS topics
-
builder
-