Contact Channel Args
data class ContactChannelArgs(val channelAddress: Output<String>? = null, val channelName: Output<String>? = null, val channelType: Output<ContactChannelChannelType>? = null, val contactId: Output<String>? = null, val deferActivation: Output<Boolean>? = null) : ConvertibleToJava<ContactChannelArgs>
Resource Type definition for AWS::SSMContacts::ContactChannel
Constructors
Link copied to clipboard
constructor(channelAddress: Output<String>? = null, channelName: Output<String>? = null, channelType: Output<ContactChannelChannelType>? = null, contactId: Output<String>? = null, deferActivation: Output<Boolean>? = null)
Properties
Link copied to clipboard
The details that SSM Incident Manager uses when trying to engage the contact channel.
Link copied to clipboard
The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
Link copied to clipboard
Device type, which specify notification channel. Currently supported values: "SMS", "VOICE", "EMAIL", "CHATBOT.
Link copied to clipboard
If you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.