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

LaunchSpecification

import type { LaunchSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface LaunchSpecification {
AddressingType?: string | null;
BlockDeviceMappings: BlockDeviceMapping[];
EbsOptimized?: boolean | null;
IamInstanceProfile?: IamInstanceProfileSpecification | null;
ImageId?: string | null;
InstanceType?: InstanceType | null;
KernelId?: string | null;
KeyName?: string | null;
Monitoring?: RunInstancesMonitoringEnabled | null;
Placement?: SpotPlacement | null;
RamdiskId?: string | null;
SecurityGroups: GroupIdentifier[];
SubnetId?: string | null;
UserData?: string | null;
}

§Properties

§
AddressingType?: string | null
[src]
§
BlockDeviceMappings: BlockDeviceMapping[]
[src]
§
EbsOptimized?: boolean | null
[src]
§
IamInstanceProfile?: IamInstanceProfileSpecification | null
[src]
§
ImageId?: string | null
[src]
§
InstanceType?: InstanceType | null
[src]
§
KernelId?: string | null
[src]
§
KeyName?: string | null
[src]
§
Placement?: SpotPlacement | null
[src]
§
RamdiskId?: string | null
[src]
§
SecurityGroups: GroupIdentifier[]
[src]
§
SubnetId?: string | null
[src]
§
UserData?: string | null
[src]