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

EnvironmentResourcesDescription

import type { EnvironmentResourcesDescription } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Describes the AWS resources in use by this environment. This data is not live data.

interface EnvironmentResourcesDescription {
LoadBalancer?: LoadBalancerDescription | null;
}

§Properties

§
LoadBalancer?: LoadBalancerDescription | null
[src]

Describes the LoadBalancer.