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

AwsElbLoadBalancerBackendServerDescription

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

Provides information about the configuration of an EC2 instance for the load balancer.

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

§Properties

§
InstancePort?: number | null
[src]

The port on which the EC2 instance is listening.

§
PolicyNames?: string[] | null
[src]

The names of the policies that are enabled for the EC2 instance.