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

InstanceTypeConfig

import type { InstanceTypeConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface InstanceTypeConfig {
BidPrice?: string | null;
BidPriceAsPercentageOfOnDemandPrice?: number | null;
Configurations?: Configuration[] | null;
CustomAmiId?: string | null;
EbsConfiguration?: EbsConfiguration | null;
InstanceType: string;
WeightedCapacity?: number | null;
}

§Properties

§
BidPrice?: string | null
[src]
§
BidPriceAsPercentageOfOnDemandPrice?: number | null
[src]
§
Configurations?: Configuration[] | null
[src]
§
CustomAmiId?: string | null
[src]
§
EbsConfiguration?: EbsConfiguration | null
[src]
§
InstanceType: string
[src]
§
WeightedCapacity?: number | null
[src]