aws.ssm_contacts.describe_engagement
Example SQL Queries
SELECT * FROMaws.ssm_contacts.describe_engagementWHERE"engagement_id" = 'VALUE';Description
Incident Manager uses engagements to engage contacts and escalation plans during an incident. Use this command to describe the engagement that occurred during an incident.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engagement_id Required Input Column The Amazon Resource Name (ARN) of the engagement you want the details of. | 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 escalation plan or contacts involved in the engagement. | VARCHAR |
| content The secure content of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL. | VARCHAR |
| engagement_arn The ARN of the engagement. | VARCHAR |
| incident_id The ARN of the incident in which the engagement occurred. | 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 |
| sender The user that started the engagement. | VARCHAR |
| start_time The time that the engagement started. | TIMESTAMP_S |
| stop_time The time that the engagement ended. | 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 |