Skip to content

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.

const getScalingPolicy = yield* AWS.EMR.GetManagedScalingPolicy(cluster);
const { ManagedScalingPolicy } = yield* getScalingPolicy();