MaintenanceWindowIdentity

public struct MaintenanceWindowIdentity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for execution.

    Declaration

    Swift

    public let cutoff: Int?
  • A description of the maintenance window.

    Declaration

    Swift

    public let description: String?
  • The duration of the maintenance window in hours.

    Declaration

    Swift

    public let duration: Int?
  • Indicates whether the maintenance window is enabled.

    Declaration

    Swift

    public let enabled: Bool?
  • The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.

    Declaration

    Swift

    public let endDate: String?
  • The name of the maintenance window.

    Declaration

    Swift

    public let name: String?
  • The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

    Declaration

    Swift

    public let nextExecutionTime: String?
  • The schedule of the maintenance window in the form of a cron or rate expression.

    Declaration

    Swift

    public let schedule: String?
  • The number of days to wait to run a maintenance window after the scheduled CRON expression date and time.

    Declaration

    Swift

    public let scheduleOffset: Int?
  • The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.

    Declaration

    Swift

    public let scheduleTimezone: String?
  • The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.

    Declaration

    Swift

    public let startDate: String?
  • The ID of the maintenance window.

    Declaration

    Swift

    public let windowId: String?
  • Undocumented

    Declaration

    Swift

    public init(cutoff: Int? = nil, description: String? = nil, duration: Int? = nil, enabled: Bool? = nil, endDate: String? = nil, name: String? = nil, nextExecutionTime: String? = nil, schedule: String? = nil, scheduleOffset: Int? = nil, scheduleTimezone: String? = nil, startDate: String? = nil, windowId: String? = nil)