GetContactChannelResult

data class GetContactChannelResult(val activationStatus: String, val arn: String, val contactId: String, val deliveryAddresses: List<GetContactChannelDeliveryAddress>, val id: String, val name: String, val type: String)

A collection of values returned by getContactChannel.

Constructors

Link copied to clipboard
constructor(activationStatus: String, arn: String, contactId: String, deliveryAddresses: List<GetContactChannelDeliveryAddress>, id: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the contact channel is activated.

Link copied to clipboard
val arn: String
Link copied to clipboard

Amazon Resource Name (ARN) of the AWS SSM Contact that the contact channel belongs to.

Link copied to clipboard

Details used to engage the contact channel.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the contact channel.

Link copied to clipboard

Type of the contact channel.