GetManagedScalingPolicy
Source:
src/AWS/EMR/GetManagedScalingPolicy.ts
Runtime binding for elasticmapreduce:GetManagedScalingPolicy — reads the bound cluster’s managed scaling policy (compute limits), if one is attached.
Scaling the Cluster
Section titled “Scaling the Cluster”const getScalingPolicy = yield* AWS.EMR.GetManagedScalingPolicy(cluster);
const { ManagedScalingPolicy } = yield* getScalingPolicy();