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

InstanceReusePolicy

import type { InstanceReusePolicy } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";

Describes an instance reuse policy for a warm pool.

For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

interface InstanceReusePolicy {
ReuseOnScaleIn?: boolean | null;
}

§Properties

§
ReuseOnScaleIn?: boolean | null
[src]

Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in.