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

AttachInstancesToLoadBalancerRequest

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

§Properties

§
instanceNames: string[]
[src]

An array of strings representing the instance name(s) you want to attach to your load balancer.

An instance must be running before you can attach it to your load balancer.

There are no additional limits on the number of instances you can attach to your load balancer, aside from the limit of Lightsail instances you can create in your account (20).

§
loadBalancerName: string
[src]

The name of the load balancer.