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

ListCustomRoutingPortMappingsByDestinationRequest

import type { ListCustomRoutingPortMappingsByDestinationRequest } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface ListCustomRoutingPortMappingsByDestinationRequest {
DestinationAddress: string;
EndpointId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
DestinationAddress: string
[src]

The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.

§
EndpointId: string
[src]

The ID for the virtual private cloud (VPC) subnet.

§
MaxResults?: number | null
[src]

The number of destination port mappings that you want to return with this call. The default value is 10.

§
NextToken?: string | null
[src]

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