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

CreateFleetInstance

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

Describes the instances that were launched by the fleet.

interface CreateFleetInstance {
InstanceIds: string[];
InstanceType?: InstanceType | null;
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | null;
Lifecycle?: InstanceLifecycle | null;
Platform?: PlatformValues | null;
}

§Properties

§
InstanceIds: string[]
[src]

The IDs of the instances.

§
InstanceType?: InstanceType | null
[src]

The instance type.

§
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | null
[src]

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

§
Lifecycle?: InstanceLifecycle | null
[src]

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

§
Platform?: PlatformValues | null
[src]

The value is Windows for Windows instances. Otherwise, the value is blank.