ContactChannelDeliveryAddressArgs

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

Constructors

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

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.

Functions

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