GetMaintenanceWindowResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

The date the maintenance window was created.

Link copied to clipboard
val 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

The description of the maintenance window.

Link copied to clipboard

The duration of the maintenance window in hours.

Link copied to clipboard

Indicates whether the maintenance window is enabled.

Link copied to clipboard

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.

Link copied to clipboard

The date the maintenance window was last modified.

Link copied to clipboard
val name: String?

The name of the maintenance window.

Link copied to clipboard

The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

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 to run a maintenance window after the scheduled cron expression date and time.

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 the maintenance window is scheduled to become active. The maintenance window won't run before this specified time.

Link copied to clipboard

The ID of the created maintenance window.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String