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

DestinationPortMapping

import type { DestinationPortMapping } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/globalaccelerator.ts";
interface DestinationPortMapping {
AcceleratorArn?: string | null;
AcceleratorSocketAddresses?: SocketAddress[] | null;
DestinationSocketAddress?: SocketAddress | null;
DestinationTrafficState?: CustomRoutingDestinationTrafficState | null;
EndpointGroupArn?: string | null;
EndpointGroupRegion?: string | null;
EndpointId?: string | null;
IpAddressType?: IpAddressType | null;
}

§Properties

§
AcceleratorArn?: string | null
[src]
§
AcceleratorSocketAddresses?: SocketAddress[] | null
[src]
§
DestinationSocketAddress?: SocketAddress | null
[src]
§
DestinationTrafficState?: CustomRoutingDestinationTrafficState | null
[src]
§
EndpointGroupArn?: string | null
[src]
§
EndpointGroupRegion?: string | null
[src]
§
EndpointId?: string | null
[src]
§
IpAddressType?: IpAddressType | null
[src]