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

FastLaunchConfiguration

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

Define and configure faster launching for output Windows AMIs.

interface FastLaunchConfiguration {
accountId?: string | null;
enabled: boolean;
launchTemplate?: FastLaunchLaunchTemplateSpecification | null;
maxParallelLaunches?: number | null;
snapshotConfiguration?: FastLaunchSnapshotConfiguration | null;
}

§Properties

§
accountId?: string | null
[src]

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

§
enabled: boolean
[src]

A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.

§

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

§
maxParallelLaunches?: number | null
[src]

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

§
snapshotConfiguration?: FastLaunchSnapshotConfiguration | null
[src]

Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.