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

LaunchedInstance

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

Launched instance.

interface LaunchedInstance {
ec2InstanceID?: string | null;
firstBoot?: FirstBoot | null;
jobID?: string | null;
}

§Properties

§
ec2InstanceID?: string | null
[src]

Launched instance EC2 ID.

§
firstBoot?: FirstBoot | null
[src]

Launched instance first boot.

§
jobID?: string | null
[src]

Launched instance Job ID.