aws.ssm.describe_maintenance_window_schedule
Example SQL Queries
SELECT * FROMaws.ssm.describe_maintenance_window_schedule;Description
Retrieves information about upcoming executions of a maintenance window.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time. | STRUCT( |
Show child fields
| |
| resource_type Input Column The type of resource you want to retrieve information about. For example, INSTANCE. | VARCHAR |
| targets Input Column The managed node ID or key-value pair to retrieve information about. | STRUCT( |
Show child fields
| |
| window_id Input Column The ID of the maintenance window to be run. | 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 |
| execution_time The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run. | VARCHAR |
| name The name of the maintenance window to be run. | VARCHAR |