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

ScheduledInstancesPlacement

import type { ScheduledInstancesPlacement } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the placement for a Scheduled Instance.

interface ScheduledInstancesPlacement {
AvailabilityZone?: string | null;
GroupName?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone.

§
GroupName?: string | null
[src]

The name of the placement group.