PortMapping constructor

PortMapping({
  1. int? acceleratorPort,
  2. SocketAddress? destinationSocketAddress,
  3. CustomRoutingDestinationTrafficState? destinationTrafficState,
  4. String? endpointGroupArn,
  5. String? endpointId,
  6. List<CustomRoutingProtocol>? protocols,
})

Implementation

PortMapping({
  this.acceleratorPort,
  this.destinationSocketAddress,
  this.destinationTrafficState,
  this.endpointGroupArn,
  this.endpointId,
  this.protocols,
});