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

EnvironmentResourceDescription

import type { EnvironmentResourceDescription } 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 live.

interface EnvironmentResourceDescription {
AutoScalingGroups: AutoScalingGroup[];
EnvironmentName?: string | null;
Instances: Instance[];
LaunchConfigurations: LaunchConfiguration[];
LaunchTemplates: LaunchTemplate[];
LoadBalancers: LoadBalancer[];
Queues: Queue[];
Triggers: Trigger[];
}

§Properties

§
AutoScalingGroups: AutoScalingGroup[]
[src]

The AutoScalingGroups used by this environment.

§
EnvironmentName?: string | null
[src]

The name of the environment.

§
Instances: Instance[]
[src]

The Amazon EC2 instances used by this environment.

§
LaunchConfigurations: LaunchConfiguration[]
[src]

The Auto Scaling launch configurations in use by this environment.

§
LaunchTemplates: LaunchTemplate[]
[src]

The Amazon EC2 launch templates in use by this environment.

§
LoadBalancers: LoadBalancer[]
[src]

The LoadBalancers in use by this environment.

§
Queues: Queue[]
[src]

The queues used by this environment.

§
Triggers: Trigger[]
[src]

The AutoScaling triggers in use by this environment.