Skip to main content

contact_channels

Retrieves a list of contact_channels in a region

Overview

Namecontact_channels
TypeResource
Descriptioncontact_channels
Idawscc.ssmcontacts.contact_channels

Fields

NameDatatypeDescription
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,
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