TransportProtocol type

The protocol advertised by the access bridge endpoints.
KnownTransportProtocol can be used interchangeably with TransportProtocol, this enum contains the known values that the service supports.

Known values supported by the service

TCP: The TCP transport protocol.
UDP: The UDP transport protocol.

type TransportProtocol = string