class
Amazonite::Ssm::UpdateMaintenanceWindowRequest
- Amazonite::Ssm::UpdateMaintenanceWindowRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_maintenance_window_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_id : String, name : String | Nil = nil, description : String | Nil = nil, start_date : String | Nil = nil, end_date : String | Nil = nil, schedule : String | Nil = nil, schedule_timezone : String | Nil = nil, schedule_offset : Int32 | Nil = nil, duration : Int32 | Nil = nil, cutoff : Int32 | Nil = nil, allow_unassociated_targets : Bool | Nil = nil, enabled : Bool | Nil = nil, replace : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#allow_unassociated_targets : Bool | Nil
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
-
#allow_unassociated_targets=(allow_unassociated_targets : Bool | Nil)
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
-
#cutoff : Int32 | Nil
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
-
#cutoff=(cutoff : Int32 | Nil)
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
-
#description : String | Nil
An optional description for the update request.
-
#description=(description : String | Nil)
An optional description for the update request.
-
#duration : Int32 | Nil
The duration of the maintenance window in hours.
-
#duration=(duration : Int32 | Nil)
The duration of the maintenance window in hours.
-
#enabled : Bool | Nil
Whether the maintenance window is enabled.
-
#enabled=(enabled : Bool | Nil)
Whether the maintenance window is enabled.
-
#end_date : String | Nil
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive.
-
#end_date=(end_date : String | Nil)
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the maintenance window.
-
#name=(name : String | Nil)
The name of the maintenance window.
-
#replace : Bool | Nil
If
True, then all fields that are required by the CreateMaintenanceWindow operation are also required for this API request. -
#replace=(replace : Bool | Nil)
If
True, then all fields that are required by the CreateMaintenanceWindow operation are also required for this API request. -
#schedule : String | Nil
The schedule of the maintenance window in the form of a cron or rate expression.
-
#schedule=(schedule : String | Nil)
The schedule of the maintenance window in the form of a cron or rate expression.
-
#schedule_offset : Int32 | Nil
The number of days to wait after the date and time specified by a cron expression before running the maintenance window.
-
#schedule_offset=(schedule_offset : Int32 | Nil)
The number of days to wait after the date and time specified by a cron expression before running the maintenance window.
-
#schedule_timezone : String | Nil
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
-
#schedule_timezone=(schedule_timezone : String | Nil)
The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
-
#start_date : String | Nil
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active.
-
#start_date=(start_date : String | Nil)
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active.
- #validate! : Nil
-
#window_id : String
The ID of the maintenance window to update.
-
#window_id=(window_id : String)
The ID of the maintenance window to update.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
Whether targets must be registered with the maintenance window before tasks can be defined for those targets.
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
become inactive. EndDate allows you to set a date and time in the future when the maintenance
window will no longer run.
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
become inactive. EndDate allows you to set a date and time in the future when the maintenance
window will no longer run.
If True, then all fields that are required by the CreateMaintenanceWindow operation are also
required for this API request. Optional fields that aren't specified are set to null.
If True, then all fields that are required by the CreateMaintenanceWindow operation are also
required for this API request. Optional fields that aren't specified are set to null.
The schedule of the maintenance window in the form of a cron or rate expression.
The schedule of the maintenance window in the form of a cron or rate expression.
The number of days to wait after the date and time specified by a cron expression before running the maintenance window.
For example, the following cron expression schedules a maintenance window to run the third Tuesday of every month at 11:30 PM.
cron(30 23 ? * TUE#3 *)
If the schedule offset is 2, the maintenance window won't run until two days later.
The number of days to wait after the date and time specified by a cron expression before running the maintenance window.
For example, the following cron expression schedules a maintenance window to run the third Tuesday of every month at 11:30 PM.
cron(30 23 ? * TUE#3 *)
If the schedule offset is 2, the maintenance window won't run until two days later.
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.
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.
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
become active. StartDate allows you to delay activation of the maintenance window until the
specified future date.
When using a rate schedule, if you provide a start date that occurs in the past, the current date and time are used as the start date.
The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
become active. StartDate allows you to delay activation of the maintenance window until the
specified future date.
When using a rate schedule, if you provide a start date that occurs in the past, the current date and time are used as the start date.