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

CreateInstancesRequest

import type { CreateInstancesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface CreateInstancesRequest {
addOns?: AddOnRequest[] | null;
availabilityZone: string;
blueprintId: string;
bundleId: string;
customImageName?: string | null;
instanceNames: string[];
ipAddressType?: IpAddressType | null;
keyPairName?: string | null;
tags?: Tag[] | null;
userData?: string | null;
}

§Properties

§
addOns?: AddOnRequest[] | null
[src]
§
availabilityZone: string
[src]
§
blueprintId: string
[src]
§
bundleId: string
[src]
§
customImageName?: string | null
[src]
§
instanceNames: string[]
[src]
§
ipAddressType?: IpAddressType | null
[src]
§
keyPairName?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
userData?: string | null
[src]