InstanceTypeSpecification
import type { InstanceTypeSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";interface InstanceTypeSpecification {
BidPrice?: string | null;
BidPriceAsPercentageOfOnDemandPrice?: number | null;
Configurations?: Configuration[] | null;
CustomAmiId?: string | null;
EbsBlockDevices?: EbsBlockDevice[] | null;
EbsOptimized?: boolean | null;
InstanceType?: string | null;
WeightedCapacity?: number | null;
}§Properties
§
Configurations?: Configuration[] | null
[src]§
EbsBlockDevices?: EbsBlockDevice[] | null
[src]