aws.ssm_contacts.describe_page
Example SQL Queries
SELECT * FROMaws.ssm_contacts.describe_pageWHERE"page_id" = 'VALUE';Description
Lists details of the engagement to a contact channel.
Table Definition
| Column Name | Column Data Type |
|---|---|
| page_id Required Input Column The ID of the engagement to a 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_arn The ARN of the contact that was engaged. | VARCHAR |
| content The secure content of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL. | VARCHAR |
| delivery_time The time that the contact channel received the engagement. | TIMESTAMP_S |
| engagement_arn The ARN of the engagement that engaged the contact channel. | VARCHAR |
| incident_id The ARN of the incident that engaged the contact channel. | VARCHAR |
| page_arn The Amazon Resource Name (ARN) of the engagement to a contact channel. | VARCHAR |
| public_content The insecure content of the message that was sent to the contact. Use this field for engagements to SMS. | VARCHAR |
| public_subject The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS. | VARCHAR |
| read_time The time that the contact channel acknowledged the engagement. | TIMESTAMP_S |
| sender The user that started the engagement. | VARCHAR |
| sent_time The time the engagement was sent to the contact channel. | TIMESTAMP_S |
| subject The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL. | VARCHAR |