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

WarmPoolConfiguration

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

Describes a warm pool configuration.

interface WarmPoolConfiguration {
InstanceReusePolicy?: InstanceReusePolicy | null;
MaxGroupPreparedCapacity?: number | null;
MinSize?: number | null;
PoolState?: WarmPoolState | null;
Status?: WarmPoolStatus | null;
}

§Properties

§
InstanceReusePolicy?: InstanceReusePolicy | null
[src]

The instance reuse policy.

§
MaxGroupPreparedCapacity?: number | null
[src]

The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

§
MinSize?: number | null
[src]

The minimum number of instances to maintain in the warm pool.

§
PoolState?: WarmPoolState | null
[src]

The instance state to transition to after the lifecycle actions are complete.

§
Status?: WarmPoolStatus | null
[src]

The status of a warm pool that is marked for deletion.