ResponsePlanChatChannelArgs

data class ResponsePlanChatChannelArgs(val chatbotSns: Output<List<String>>? = null) : ConvertibleToJava<ResponsePlanChatChannelArgs>

The chat channel configuration.

Constructors

Link copied to clipboard
constructor(chatbotSns: Output<List<String>>? = null)

Properties

Link copied to clipboard
val chatbotSns: Output<List<String>>? = null

The Amazon 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 Amazon SNS topics

Functions

Link copied to clipboard
open override fun toJava(): ResponsePlanChatChannelArgs