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

PutAutoScalingPolicyInput

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

§Properties

§
AutoScalingPolicy: AutoScalingPolicy
[src]

Specifies the definition of the automatic scaling policy.

§
ClusterId: string
[src]

Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.

§
InstanceGroupId: string
[src]

Specifies the ID of the instance group to which the automatic scaling policy is applied.