@Stability(value=Stable)
public static interface CfnResponsePlan.ChatChannelProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlan.ChatChannelProperty.Builder
A builder for
CfnResponsePlan.ChatChannelProperty |
static class |
CfnResponsePlan.ChatChannelProperty.Jsii$Proxy
An implementation for
CfnResponsePlan.ChatChannelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlan.ChatChannelProperty.Builder |
builder() |
default List<String> |
getChatbotSns()
The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an incident.
|
@Stability(value=Stable) @Nullable default List<String> getChatbotSns()
You can also make updates to the incident through the chat channel by using the SNS topics
@Stability(value=Stable) static CfnResponsePlan.ChatChannelProperty.Builder builder()
Copyright © 2022. All rights reserved.