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

CreatePlacementGroupRequest

import type { CreatePlacementGroupRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreatePlacementGroupRequest {
DryRun?: boolean | null;
GroupName?: string | null;
PartitionCount?: number | null;
Strategy?: PlacementStrategy | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
GroupName?: string | null
[src]

A name for the placement group. Must be unique within the scope of your account for the Region.

Constraints: Up to 255 ASCII characters

§
PartitionCount?: number | null
[src]

The number of partitions. Valid only when Strategy is set to partition.

§
Strategy?: PlacementStrategy | null
[src]

The placement strategy.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to apply to the new placement group.