Skip to main content

contact_channel

Gets an individual contact_channel resource

Overview

Namecontact_channel
TypeResource
Descriptioncontact_channel
Idawscc.ssmcontacts.contact_channel

Fields

NameDatatypeDescription
contact_idstringARN of the contact resource
channel_namestringThe device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.
channel_typestringDevice type, which specify notification channel. Currently supported values: “SMS”, “VOICE”, “EMAIL”, “CHATBOT.
defer_activationbooleanIf you want to activate the channel at a later time, you can choose to defer activation. SSM Incident Manager can't engage your contact channel until it has been activated.
channel_addressstringThe details that SSM Incident Manager uses when trying to engage the contact channel.
arnstringThe Amazon Resource Name (ARN) of the engagement to a contact channel.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
contact_id,
channel_name,
channel_type,
defer_activation,
channel_address,
arn
FROM awscc.ssmcontacts.contact_channel
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the contact_channel resource, the following permissions are required:

Read

ssm-contacts:GetContactChannel

Update

ssm-contacts:UpdateContactChannel,
ssm-contacts:GetContactChannel

Delete

ssm-contacts:DeleteContactChannel,
ssm-contacts:GetContactChannel