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

SpotPlacement

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

Describes Spot Instance placement.

interface SpotPlacement {
AvailabilityZone?: string | null;
GroupName?: string | null;
Tenancy?: Tenancy | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone.

[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".

§
GroupName?: string | null
[src]

The name of the placement group.

§
Tenancy?: Tenancy | null
[src]

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.