aws.ssm_contacts.list_contacts
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_contacts;Description
Lists all contacts and escalation plans in Incident Manager.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias_prefix Input Column Used to list only contacts who's aliases start with the specified prefix. | VARCHAR |
| type Input Column Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type ESCALATION. | 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 |
| alias The unique and identifiable alias of the contact or escalation plan. | VARCHAR |
| contact_arn The Amazon Resource Name (ARN) of the contact or escalation plan. | VARCHAR |
| display_name The full name of the contact or escalation plan. | VARCHAR |