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

AwsEc2LaunchTemplateDataPlacementDetails

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

Provides details about the placement of an Amazon EC2 instance.

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

§Properties

§
Affinity?: string | null
[src]

The affinity setting for an instance on an EC2 Dedicated Host.

§
AvailabilityZone?: string | null
[src]

The Availability Zone for 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 Amazon Resource Name (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.

§
SpreadDomain?: string | null
[src]

Reserved for future use.

§
Tenancy?: string | 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.