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
§
AcceleratorSocketAddresses?: SocketAddress[] | null
[src]§
DestinationSocketAddress?: SocketAddress | null
[src]§
DestinationTrafficState?: CustomRoutingDestinationTrafficState | null
[src]§
IpAddressType?: IpAddressType | null
[src]