aws.ssm_contacts.list_pages_by_contact
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_pages_by_contactWHERE"contact_id" = 'VALUE';Description
Lists the engagements to a contact's contact channels.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_id Required Input Column The Amazon Resource Name (ARN) of the contact you are retrieving engagements for. | 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 ARN of the contact that Incident Manager is engaging. | VARCHAR |
| delivery_time The time the message was delivered to the contact channel. | TIMESTAMP_S |
| engagement_arn The ARN of the engagement that this page is part of. | VARCHAR |
| incident_id The ARN of the incident that's engaging the contact channel. | VARCHAR |
| page_arn The Amazon Resource Name (ARN) of the page to the contact channel. | VARCHAR |
| read_time The time that the contact channel acknowledged engagement. | TIMESTAMP_S |
| sender The user that started the engagement. | VARCHAR |
| sent_time The time that Incident Manager engaged the contact channel. | TIMESTAMP_S |