ContactChannelDeliveryAddressArgs

data class ContactChannelDeliveryAddressArgs(val simpleAddress: Output<String>) : ConvertibleToJava<ContactChannelDeliveryAddressArgs>

Constructors

Link copied to clipboard
fun ContactChannelDeliveryAddressArgs(simpleAddress: Output<String>)

Functions

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

Properties

Link copied to clipboard
val simpleAddress: Output<String>

Details to engage this contact channel. The expected format depends on the contact channel type and is described in the ContactChannelAddress section of the SSM Contacts API Reference.