Values.PutManagedScalingPolicyInputSourceCreates or updates a managed scaling policy for an Amazon EMR cluster. The managed scaling policy defines the limits for resources, such as Amazon EC2 instances that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
type nonrec t = {clusterId : ClusterId.t;Specifies the ID of an Amazon EMR cluster where the managed scaling policy is attached.
*)managedScalingPolicy : ManagedScalingPolicy.t;Specifies the constraints for the managed scaling policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ClusterId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of UtilizationPerformanceIndexInteger.t
| `Structure of
(string * [> `Enum of string | `Integer of Integer.t ]) list ])
list ])
list ]