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

FastLaunchSnapshotConfiguration

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

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

interface FastLaunchSnapshotConfiguration {
targetResourceCount?: number | null;
}

§Properties

§
targetResourceCount?: number | null
[src]

The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.