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;
NetworkInterfaces: InstanceNetworkInterfaceSpecification[];
Placement?: SpotPlacement | null;
RamdiskId?: string | null;
SecurityGroups: GroupIdentifier[];
SubnetId?: string | null;
UserData?: string | null;
}§Properties
§
BlockDeviceMappings: BlockDeviceMapping[]
[src]§
IamInstanceProfile?: IamInstanceProfileSpecification | null
[src]§
InstanceType?: InstanceType | null
[src]§
Monitoring?: RunInstancesMonitoringEnabled | null
[src]§
NetworkInterfaces: InstanceNetworkInterfaceSpecification[]
[src]§
Placement?: SpotPlacement | null
[src]§
SecurityGroups: GroupIdentifier[]
[src]