aws.ssm_contacts.get_contact
Example SQL Queries
SELECT * FROMaws.ssm_contacts.get_contactWHERE"contact_id" = 'VALUE';Description
Retrieves information about the specified contact or escalation plan.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_id Required Input Column The Amazon Resource Name (ARN) of the contact or escalation plan. | 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 alias of the contact or escalation plan. The alias is unique and identifiable. | VARCHAR |
| contact_arn The ARN of the contact or escalation plan. | VARCHAR |
| display_name The full name of the contact or escalation plan. | VARCHAR |
| plan Details about the specific timing or stages and targets of the escalation plan or engagement plan. | STRUCT( |
Show child fields
| |
| type The type of contact, either PERSONAL or ESCALATION. | VARCHAR |