UpdateMaintenanceWindowResult
public struct UpdateMaintenanceWindowResult : 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 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?
-
An optional description of the update.
Declaration
Swift
public let description: String?
-
The duration of the maintenance window in hours.
Declaration
Swift
public let duration: Int?
-
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 name of the maintenance window.
Declaration
Swift
public let name: 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?
-
init(allowUnassociatedTargets:cutoff:description:duration:enabled:endDate:name:schedule:scheduleOffset:scheduleTimezone:startDate:windowId:)
Undocumented
Declaration
Swift
public init(allowUnassociatedTargets: Bool? = nil, cutoff: Int? = nil, description: String? = nil, duration: Int? = nil, enabled: Bool? = nil, endDate: String? = nil, name: String? = nil, schedule: String? = nil, scheduleOffset: Int? = nil, scheduleTimezone: String? = nil, startDate: String? = nil, windowId: String? = nil)