MaintenanceWindowIdentity
Information about the maintenance window.
Contents
- Cutoff
-
The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 23.
Required: No
- Description
-
A description of the maintenance window.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- Duration
-
The duration of the maintenance window in hours.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 24.
Required: No
- Enabled
-
Indicates whether the maintenance window is enabled.
Type: Boolean
Required: No
- EndDate
-
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
Type: String
Required: No
- Name
-
The name of the maintenance window.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 128.
Pattern:
^[a-zA-Z0-9_\-.]{3,128}$
Required: No
- NextExecutionTime
-
The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
Type: String
Required: No
- Schedule
-
The schedule of the maintenance window in the form of a cron or rate expression.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- ScheduleOffset
-
The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 6.
Required: No
- ScheduleTimezone
-
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
Type: String
Required: No
- StartDate
-
The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
Type: String
Required: No
- WindowId
-
The ID of the maintenance window.
Type: String
Length Constraints: Fixed length of 20.
Pattern:
^mw-[0-9a-f]{17}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: