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

DescribeFastLaunchImagesSuccessItem

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

Describe details about a fast-launch enabled Windows image that meets the requested criteria. Criteria are defined by the DescribeFastLaunchImages action filters.

interface DescribeFastLaunchImagesSuccessItem {
ImageId?: string | null;
MaxParallelLaunches?: number | null;
OwnerId?: string | null;
ResourceType?: FastLaunchResourceType | null;
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | null;
State?: FastLaunchStateCode | null;
StateTransitionReason?: string | null;
StateTransitionTime?: Date | number | null;
}

§Properties

§
ImageId?: string | null
[src]

The image ID that identifies the fast-launch enabled Windows image.

§

The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from pre-provisioned snapshots.

§
MaxParallelLaunches?: number | null
[src]

The maximum number of parallel instances that are launched for creating resources.

§
OwnerId?: string | null
[src]

The owner ID for the fast-launch enabled Windows AMI.

§
ResourceType?: FastLaunchResourceType | null
[src]

The resource type that is used for pre-provisioning the Windows AMI. Supported values include: snapshot.

§
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | null
[src]

A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.

§

The current state of faster launching for the specified Windows AMI.

§
StateTransitionReason?: string | null
[src]

The reason that faster launching for the Windows AMI changed to the current state.

§
StateTransitionTime?: Date | number | null
[src]

The time that faster launching for the Windows AMI changed to the current state.