aws.ssm_contacts.list_page_resolutions
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_page_resolutionsWHERE"page_id" = 'VALUE';Description
Returns the resolution path of an engagement. For example, the escalation plan engaged in an incident might target an on-call schedule that includes several contacts in a rotation, but just one contact on-call when the incident starts. The resolution path indicates the hierarchy of escalation plan > on-call schedule > contact.
Table Definition
| Column Name | Column Data Type |
|---|---|
| page_id Required Input Column The Amazon Resource Name (ARN) of the contact engaged for the incident. | 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 |
| contact_arn The Amazon Resource Name (ARN) of a contact in the engagement resolution process. | VARCHAR |
| stage_index The stage in the escalation plan that resolves to this contact. | BIGINT |
| type The type of contact for a resolution step. | VARCHAR |