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

LaunchTemplatePlacement

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

Describes the placement of an instance.

interface LaunchTemplatePlacement {
Affinity?: string | null;
AvailabilityZone?: string | null;
GroupName?: string | null;
HostId?: string | null;
HostResourceGroupArn?: string | null;
PartitionNumber?: number | null;
SpreadDomain?: string | null;
Tenancy?: Tenancy | null;
}

§Properties

§
Affinity?: string | null
[src]

The affinity setting for the instance on the Dedicated Host.

§
AvailabilityZone?: string | null
[src]

The Availability Zone of the instance.

§
GroupName?: string | null
[src]

The name of the placement group for the instance.

§
HostId?: string | null
[src]

The ID of the Dedicated Host for the instance.

§
HostResourceGroupArn?: string | null
[src]

The ARN of the host resource group in which to launch the instances.

§
PartitionNumber?: number | null
[src]

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

§
SpreadDomain?: string | null
[src]

Reserved for future use.

§
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.