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

ImportInstanceLaunchSpecification

import type { ImportInstanceLaunchSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ImportInstanceLaunchSpecification {
AdditionalInfo?: string | null;
Architecture?: ArchitectureValues | null;
GroupIds?: string[] | null;
GroupNames?: string[] | null;
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null;
InstanceType?: InstanceType | null;
Monitoring?: boolean | null;
Placement?: Placement | null;
PrivateIpAddress?: string | null;
SubnetId?: string | null;
UserData?: UserData | null;
}

§Properties

§
AdditionalInfo?: string | null
[src]
§
Architecture?: ArchitectureValues | null
[src]
§
GroupIds?: string[] | null
[src]
§
GroupNames?: string[] | null
[src]
§
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | null
[src]
§
InstanceType?: InstanceType | null
[src]
§
Monitoring?: boolean | null
[src]
§
Placement?: Placement | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
SubnetId?: string | null
[src]
§
UserData?: UserData | null
[src]