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
fun ContactChannelArgs(channelAddress: Output<String>? = null, channelName: Output<String>? = null, channelType: Output<ContactChannelChannelType>? = null, contactId: Output<String>? = null, deferActivation: Output<Boolean>? = null)