aws.ssm_contacts.list_engagements
Example SQL Queries
SELECT * FROMaws.ssm_contacts.list_engagements;Description
Lists all engagements that have happened in an incident.
Table Definition
| Column Name | Column Data Type |
|---|---|
| incident_id Input Column The ARN of the incident that's engaging the contact. | VARCHAR |
| time_range_value Input Column The time range to lists engagements for an incident. | STRUCT( |
Show child fields
| |
| _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 contact that Incident Manager is engaging. | VARCHAR |
| engagement_arn The Amazon Resource Name (ARN) of the engagement. | VARCHAR |
| sender The user that started the engagement. | VARCHAR |
| start_time The time that the engagement began. | TIMESTAMP_S |
| stop_time The time that the engagement ended. | TIMESTAMP_S |