contact_channels
Retrieves a list of contact_channels
in a region
Overview
Name | contact_channels |
Type | Resource |
Description | contact_channels |
Id | awscc.ssmcontacts.contact_channels |
Fields
Name | Datatype | Description |
---|---|---|
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,
arn
FROM awscc.ssmcontacts.contact_channels
WHERE region = 'us-east-1'
Permissions
To operate on the contact_channels
resource, the following permissions are required:
Create
ssm-contacts:CreateContactChannel,
ssm-contacts:GetContactChannel
List
ssm-contacts:ListContactChannels