ManagedScalingPolicy
public struct ManagedScalingPolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
Declaration
Swift
public let computeLimits: ComputeLimits?
-
Undocumented
Declaration
Swift
public init(computeLimits: ComputeLimits? = nil)