@Stability(value=Stable)
public static interface CfnResponsePlan.ChatChannelProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnResponsePlan.ChatChannelProperty.ChatbotSns`.
|
@Stability(value=Stable) @Nullable default List<String> getChatbotSns()
@Stability(value=Stable) static CfnResponsePlan.ChatChannelProperty.Builder builder()
Copyright © 2021. All rights reserved.