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

CreateCloudFormationStackRequest

import type { CreateCloudFormationStackRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface CreateCloudFormationStackRequest {
instances: InstanceEntry[];
}

§Properties

§
instances: InstanceEntry[]
[src]

An array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.