contact_channels_list_only
Lists contact_channels
in a region or regions, for all properties use contact_channels
Overview
Name | contact_channels_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SSMContacts::ContactChannel |
Id | aws.ssmcontacts.contact_channels_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all contact_channels
in a region.
SELECT
region,
arn
FROM aws.ssmcontacts.contact_channels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the contact_channels_list_only
resource, see contact_channels