DestinationPortMapping constructor
DestinationPortMapping({
- String? acceleratorArn,
- List<
SocketAddress> ? acceleratorSocketAddresses, - SocketAddress? destinationSocketAddress,
- CustomRoutingDestinationTrafficState? destinationTrafficState,
- String? endpointGroupArn,
- String? endpointGroupRegion,
- String? endpointId,
- IpAddressType? ipAddressType,
Implementation
DestinationPortMapping({
this.acceleratorArn,
this.acceleratorSocketAddresses,
this.destinationSocketAddress,
this.destinationTrafficState,
this.endpointGroupArn,
this.endpointGroupRegion,
this.endpointId,
this.ipAddressType,
});