ScalingConfigurationInfo
public struct ScalingConfigurationInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode. When the value is set to false for an Aurora Serverless DB cluster, the DB cluster automatically resumes.
Declaration
Swift
public let autoPause: Bool?
-
The maximum capacity for an Aurora DB cluster in serverless DB engine mode.
Declaration
Swift
public let maxCapacity: Int?
-
The maximum capacity for the Aurora DB cluster in serverless DB engine mode.
Declaration
Swift
public let minCapacity: Int?
-
The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode is paused. A DB cluster can be paused only when it’s idle (it has no connections).
Declaration
Swift
public let secondsUntilAutoPause: Int?
-
The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
Declaration
Swift
public let timeoutAction: String?
-
Undocumented
Declaration
Swift
public init(autoPause: Bool? = nil, maxCapacity: Int? = nil, minCapacity: Int? = nil, secondsUntilAutoPause: Int? = nil, timeoutAction: String? = nil)