aws.ssm_contacts.list_contact_channels
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_contact_channelsWHERE"contact_id" = 'VALUE';Description
Lists all contact channels for the specified contact.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_id Required Input Column The Amazon Resource Name (ARN) of the contact. | 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 describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it. | VARCHAR |
| contact_arn The ARN of the contact that contains the contact channel. | VARCHAR |
| contact_channel_arn The Amazon Resource Name (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 the contact channel. Incident Manager supports three contact methods:
| VARCHAR |