aws.ssm_contacts.get_contact_channel
Example SQL Queries
SELECT * FROMaws.ssm_contacts.get_contact_channelWHERE"contact_channel_id" = 'VALUE';Description
List details about a specific contact channel.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_channel_id Required Input Column The Amazon Resource Name (ARN) of the contact channel you want information about. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| activation_status A Boolean value indicating if the contact channel has been activated or not. | VARCHAR |
| contact_arn The ARN of the contact that the channel belongs to. | VARCHAR |
| contact_channel_arn The ARN of the contact channel. | VARCHAR |
| delivery_address The details that Incident Manager uses when trying to engage the contact channel. | STRUCT( |
Show child fields
| |
| name The name of the contact channel | VARCHAR |
| type The type of contact channel. The type is SMS, VOICE, or EMAIL. | VARCHAR |