PortMapping constructor
PortMapping({
- int? acceleratorPort,
- SocketAddress? destinationSocketAddress,
- CustomRoutingDestinationTrafficState? destinationTrafficState,
- String? endpointGroupArn,
- String? endpointId,
- List<
CustomRoutingProtocol> ? protocols,
Implementation
PortMapping({
this.acceleratorPort,
this.destinationSocketAddress,
this.destinationTrafficState,
this.endpointGroupArn,
this.endpointId,
this.protocols,
});