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

AwsElbLoadBalancerListener

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

Information about a load balancer listener.

interface AwsElbLoadBalancerListener {
InstancePort?: number | null;
InstanceProtocol?: string | null;
LoadBalancerPort?: number | null;
Protocol?: string | null;
SslCertificateId?: string | null;
}

§Properties

§
InstancePort?: number | null
[src]

The port on which the instance is listening.

§
InstanceProtocol?: string | null
[src]

The protocol to use to route traffic to instances.

Valid values: HTTP | HTTPS | TCP | SSL

§
LoadBalancerPort?: number | null
[src]

The port on which the load balancer is listening.

On EC2-VPC, you can specify any port from the range 1-65535.

On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.

§
Protocol?: string | null
[src]

The load balancer transport protocol to use for routing.

Valid values: HTTP | HTTPS | TCP | SSL

§
SslCertificateId?: string | null
[src]

The ARN of the server certificate.