Get Contact Channel
ssmcontacts_get_contact_channel | R Documentation |
List details about a specific contact channel¶
Description¶
List details about a specific contact channel.
Usage¶
Arguments¶
ContactChannelId
[required] The Amazon Resource Name (ARN) of the contact channel you want information about.
Value¶
A list with the following syntax:
list(
ContactArn = "string",
ContactChannelArn = "string",
Name = "string",
Type = "SMS"|"VOICE"|"EMAIL",
DeliveryAddress = list(
SimpleAddress = "string"
),
ActivationStatus = "ACTIVATED"|"NOT_ACTIVATED"
)