ModifyClusterMaintenanceMessage
public struct ModifyClusterMaintenanceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for the cluster.
Declaration
Swift
public let clusterIdentifier: String
-
A boolean indicating whether to enable the deferred maintenance window.
Declaration
Swift
public let deferMaintenance: Bool?
-
An integer indicating the duration of the maintenance window in days. If you specify a duration, you can’t specify an end time. The duration must be 45 days or less.
Declaration
Swift
public let deferMaintenanceDuration: Int?
-
A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can’t specify a duration.
Declaration
Swift
public let deferMaintenanceEndTime: TimeStamp?
-
A unique identifier for the deferred maintenance window.
Declaration
Swift
public let deferMaintenanceIdentifier: String?
-
A timestamp indicating the start time for the deferred maintenance window.
Declaration
Swift
public let deferMaintenanceStartTime: TimeStamp?