ScalingConstraints
public struct ScalingConstraints : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to grow. Scale-out activities will not add instances beyond this boundary.
Declaration
Swift
public let maxCapacity: Int
-
The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink. Scale-in activities will not terminate instances below this boundary.
Declaration
Swift
public let minCapacity: Int
-
Undocumented
Declaration
Swift
public init(maxCapacity: Int, minCapacity: Int)