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

PlacementGroup

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

Describes a placement group.

interface PlacementGroup {
GroupArn?: string | null;
GroupId?: string | null;
GroupName?: string | null;
PartitionCount?: number | null;
SpreadLevel?: SpreadLevel | null;
State?: PlacementGroupState | null;
Strategy?: PlacementStrategy | null;
Tags: Tag[];
}

§Properties

§
GroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the placement group.

§
GroupId?: string | null
[src]

The ID of the placement group.

§
GroupName?: string | null
[src]

The name of the placement group.

§
PartitionCount?: number | null
[src]

The number of partitions. Valid only if strategy is set to partition.

§
SpreadLevel?: SpreadLevel | null
[src]

The spread level for the placement group. Only Outpost placement groups can be spread across hosts.

§

The state of the placement group.

§
Strategy?: PlacementStrategy | null
[src]

The placement strategy.

§
Tags: Tag[]
[src]

Any tags applied to the placement group.