MaintenanceWindowIdentity

Information about the maintenance window.

Types

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

Properties

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

A 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.

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.

Link copied to clipboard

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.

Link copied to clipboard

The ID of the 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