aws.ssm.get_maintenance_window
Example SQL Queries
SELECT * FROMaws.ssm.get_maintenance_windowWHERE"window_id" = 'VALUE';Description
Retrieves a maintenance window.
Table Definition
| Column Name | Column Data Type |
|---|---|
| window_id Required Input Column The ID of the created maintenance window. | 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 |
| allow_unassociated_targets Whether targets must be registered with the maintenance window before tasks can be defined for those targets. | BOOLEAN |
| created_date The date the maintenance window was created. | TIMESTAMP_S |
| cutoff The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution. | BIGINT |
| description The description of the maintenance window. | VARCHAR |
| duration The duration of the maintenance window in hours. | BIGINT |
| enabled Indicates whether the maintenance window is enabled. | BOOLEAN |
| end_date The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window won't run after this specified time. | VARCHAR |
| modified_date The date the maintenance window was last modified. | TIMESTAMP_S |
| name The name of the maintenance window. | VARCHAR |
| next_execution_time The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive. | VARCHAR |
| schedule The schedule of the maintenance window in the form of a cron or rate expression. | VARCHAR |
| schedule_offset The number of days to wait to run a maintenance window after the scheduled cron expression date and time. | BIGINT |
| schedule_timezone The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website. | VARCHAR |
| start_date The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window won't run before this specified time. | VARCHAR |