Fetches the attached managed scaling policy for an Amazon EMR cluster.
emr_get_managed_scaling_policy(ClusterId)[required] Specifies the ID of the cluster for which the managed scaling policy will be fetched.
A list with the following syntax:
list(
ManagedScalingPolicy = list(
ComputeLimits = list(
UnitType = "InstanceFleetUnits"|"Instances"|"VCPU",
MinimumCapacityUnits = 123,
MaximumCapacityUnits = 123,
MaximumOnDemandCapacityUnits = 123,
MaximumCoreCapacityUnits = 123
)
)
)
svc$get_managed_scaling_policy( ClusterId = "string" )