aws.ssm_incidents.get_timeline_event
Example SQL Queries
SELECT * FROMaws.ssm_incidents.get_timeline_eventWHERE"event_id" = 'VALUE'AND "incident_record_arn" = 'VALUE';Description
Retrieves a timeline event based on its ID and incident record.
Table Definition
| Column Name | Column Data Type |
|---|---|
| event_id Required Input Column The ID of the event. You can get an event's ID when you create it, or by using ListTimelineEvents. | VARCHAR |
| incident_record_arn Required Input Column The Amazon Resource Name (ARN) of the incident that includes the timeline event. | 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 |
| event Details about the timeline event. | STRUCT( |
Show child fields
| |