contact_channel
Gets an individual contact_channel
resource
Overview
Name | contact_channel |
Type | Resource |
Description | contact_channel |
Id | awscc.ssmcontacts.contact_channel |
Fields
Name | Datatype | Description |
---|---|---|
contact_id | string | ARN of the contact resource |
channel_name | string | The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters. |
channel_type | string | Device type, which specify notification channel. Currently supported values: “SMS”, “VOICE”, “EMAIL”, “CHATBOT. |
defer_activation | boolean | If 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_address | string | The details that SSM Incident Manager uses when trying to engage the contact channel. |
arn | string | The Amazon Resource Name (ARN) of the engagement to a contact channel. |
region | string | AWS 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