GetMaintenanceWindowResult

public struct GetMaintenanceWindowResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

    Declaration

    Swift

    public let allowUnassociatedTargets: Bool?
  • The date the maintenance window was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • 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?
  • The 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. The maintenance window will not run after this specified time.

    Declaration

    Swift

    public let endDate: String?
  • The date the maintenance window was last modified.

    Declaration

    Swift

    public let modifiedDate: TimeStamp?
  • 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. For example: “America/Los_Angeles”, “etc/UTC”, or “Asia/Seoul”. For more information, see the Time Zone Database on the IANA website.

    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. The maintenance window will not run before this specified time.

    Declaration

    Swift

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

    Declaration

    Swift

    public let windowId: String?
  • Undocumented

    Declaration

    Swift

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