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

DesiredConfiguration

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

Describes the desired configuration for an instance refresh.

If you specify a desired configuration, you must specify either a LaunchTemplate or a MixedInstancesPolicy.

interface DesiredConfiguration {
LaunchTemplate?: LaunchTemplateSpecification | null;
MixedInstancesPolicy?: MixedInstancesPolicy | null;
}

§Properties

§
LaunchTemplate?: LaunchTemplateSpecification | null
[src]
§
MixedInstancesPolicy?: MixedInstancesPolicy | null
[src]