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();