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

CreateCustomRoutingListenerRequest

import type { CreateCustomRoutingListenerRequest } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface CreateCustomRoutingListenerRequest {
AcceleratorArn: string;
IdempotencyToken: string;
PortRanges: PortRange[];
}

§Properties

§
AcceleratorArn: string
[src]

The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.

§
IdempotencyToken: string
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

§
PortRanges: PortRange[]
[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.