aws.ssm.describe_maintenance_window_executions
Example SQL Queries
SELECT * FROMaws.ssm.describe_maintenance_window_executionsWHERE"window_id" = 'VALUE';Description
Lists the executions of a maintenance window. This includes information about when the maintenance window was scheduled to be active, and information about tasks registered and run with the maintenance window.
Table Definition
| Column Name | Column Data Type |
|---|---|
| window_id Required Input Column The ID of the maintenance window. | VARCHAR |
| filters Input Column Each entry in the array is a structure containing:
| 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 |
| end_time The time the execution finished. | TIMESTAMP_S |
| start_time The time the execution started. | TIMESTAMP_S |
| status The status of the execution. | VARCHAR |
| status_details The details explaining the status. Not available for all status values. | VARCHAR |
| window_execution_id The ID of the maintenance window execution. | VARCHAR |