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

BackendServerDescription

import type { BackendServerDescription } from "https://aws-api.deno.dev/v0.3/services/elb.ts?docs=full";

Information about the configuration of an EC2 instance.

interface BackendServerDescription {
InstancePort?: number | null;
PolicyNames: string[];
}

§Properties

§
InstancePort?: number | null
[src]

The port on which the EC2 instance is listening.

§
PolicyNames: string[]
[src]

The names of the policies enabled for the EC2 instance.