DestinationPortMapping constructor

DestinationPortMapping({
  1. String? acceleratorArn,
  2. List<SocketAddress>? acceleratorSocketAddresses,
  3. SocketAddress? destinationSocketAddress,
  4. CustomRoutingDestinationTrafficState? destinationTrafficState,
  5. String? endpointGroupArn,
  6. String? endpointGroupRegion,
  7. String? endpointId,
  8. IpAddressType? ipAddressType,
})

Implementation

DestinationPortMapping({
  this.acceleratorArn,
  this.acceleratorSocketAddresses,
  this.destinationSocketAddress,
  this.destinationTrafficState,
  this.endpointGroupArn,
  this.endpointGroupRegion,
  this.endpointId,
  this.ipAddressType,
});