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

CustomRoutingListener

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

A complex type for a listener for a custom routing accelerator.

interface CustomRoutingListener {
ListenerArn?: string | null;
PortRanges?: PortRange[] | null;
}

§Properties

§
ListenerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the listener.

§
PortRanges?: PortRange[] | null
[src]

The port range to support for connections from clients to your accelerator.

Separately, you set port ranges for endpoints. For more information, see About endpoints for custom routing accelerators.