portOverrides property

List<PortOverride>? portOverrides
final

Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you to map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.

Implementation

final List<PortOverride>? portOverrides;