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

PutAutoScalingPolicyOutput

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

§Properties

§
AutoScalingPolicy?: AutoScalingPolicyDescription | null
[src]

The automatic scaling policy definition.

§
ClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) of the cluster.

§
ClusterId?: string | null
[src]

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

§
InstanceGroupId?: string | null
[src]

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