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