aws.ssm.get_maintenance_window_execution
Example SQL Queries
SELECT * FROMaws.ssm.get_maintenance_window_executionWHERE"window_execution_id" = 'VALUE';Description
Retrieves details about a specific a maintenance window execution.
Table Definition
| Column Name | Column Data Type |
|---|---|
| window_execution_id Required Input Column The ID of the maintenance window execution. | 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 |
| end_time The time the maintenance window finished running. | TIMESTAMP_S |
| start_time The time the maintenance window started running. | TIMESTAMP_S |
| status The status of the maintenance window execution. | VARCHAR |
| status_details The details explaining the status. Not available for all status values. | VARCHAR |
| task_ids The ID of the task executions from the maintenance window execution. | VARCHAR[] |
Show child fields
| |