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

EnableFastLaunchResult

import type { EnableFastLaunchResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface EnableFastLaunchResult {
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 Windows AMI for which faster launching was enabled.

§

The launch template that is used when launching Windows instances from pre-provisioned snapshots.

§
MaxParallelLaunches?: number | null
[src]

The maximum number of parallel instances to launch for creating resources.

§
OwnerId?: string | null
[src]

The owner ID for the Windows AMI for which faster launching was enabled.

§
ResourceType?: FastLaunchResourceType | null
[src]

The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.

§
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | null
[src]

The configuration settings that were defined for creating and managing the pre-provisioned snapshots for faster launching of the Windows AMI. This property is returned when the associated resourceType is snapshot.

§

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

§
StateTransitionReason?: string | null
[src]

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

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

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