Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PutManagedScalingPolicyInput

import type { PutManagedScalingPolicyInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface PutManagedScalingPolicyInput {
ClusterId: string;
ManagedScalingPolicy: ManagedScalingPolicy;
}

§Properties

§
ClusterId: string
[src]

Specifies the ID of an EMR cluster where the managed scaling policy is attached.

§
ManagedScalingPolicy: ManagedScalingPolicy
[src]

Specifies the constraints for the managed scaling policy.