aws.ssm_contacts.list_page_receipts
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_page_receiptsWHERE"page_id" = 'VALUE';Description
Lists all of the engagements to contact channels that have been acknowledged.
Table Definition
| Column Name | Column Data Type |
|---|---|
| page_id Required Input Column The Amazon Resource Name (ARN) of the engagement to a specific contact channel. | 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_channel_arn The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged. | VARCHAR |
| receipt_info Information provided during the page acknowledgement. | VARCHAR |
| receipt_time The time receipt was SENT, DELIVERED, or READ. | TIMESTAMP_S |
| receipt_type The type follows the engagement cycle, SENT, DELIVERED, and READ. | VARCHAR |