Bundle
import type { Bundle } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface Bundle {
bundleId?: string | null;
cpuCount?: number | null;
diskSizeInGb?: number | null;
instanceType?: string | null;
isActive?: boolean | null;
name?: string | null;
power?: number | null;
price?: number | null;
ramSizeInGb?: number | null;
supportedPlatforms?: InstancePlatform[] | null;
transferPerMonthInGb?: number | null;
}§Properties
§
supportedPlatforms?: InstancePlatform[] | null
[src]