Skip to main content

contact_channels_list_only

Lists contact_channels in a region or regions, for all properties use contact_channels

Overview

Namecontact_channels_list_only
TypeResource
DescriptionResource Type definition for AWS::SSMContacts::ContactChannel
Idaws.ssmcontacts.contact_channels_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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