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

ListCustomRoutingPortMappingsResponse

import type { ListCustomRoutingPortMappingsResponse } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface ListCustomRoutingPortMappingsResponse {
NextToken?: string | null;
PortMappings?: PortMapping[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token for the next set of results. You receive this token from a previous call.

§
PortMappings?: PortMapping[] | null
[src]

The port mappings for a custom routing accelerator.