Builder

class Builder

Properties

Link copied to clipboard

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

Link copied to clipboard
var cutoff: Int?

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

Link copied to clipboard

An optional description for the update request.

Link copied to clipboard

The duration of the maintenance window in hours.

Link copied to clipboard

Whether the maintenance window is enabled.

Link copied to clipboard

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.

Link copied to clipboard
var name: String?

The name of the maintenance window.

Link copied to clipboard

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.

Link copied to clipboard

The schedule of the maintenance window in the form of a cron or rate expression.

Link copied to clipboard

The number of days to wait after the date and time specified by a cron expression before running the maintenance window.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The ID of the maintenance window to update.