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

AttachElasticLoadBalancerRequest

import type { AttachElasticLoadBalancerRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface AttachElasticLoadBalancerRequest {
ElasticLoadBalancerName: string;
LayerId: string;
}

§Properties

§
ElasticLoadBalancerName: string
[src]

The Elastic Load Balancing instance's name.

§
LayerId: string
[src]

The ID of the layer to which the Elastic Load Balancing instance is to be attached.