.. _envoy_api_file_envoy/api/v2/listener/udp_listener_config.proto: UDP Listener Config =================== Listener :ref:`configuration overview ` .. _envoy_api_msg_listener.UdpListenerConfig: listener.UdpListenerConfig -------------------------- `[listener.UdpListenerConfig proto] `_ .. code-block:: json { "udp_listener_name": "...", "config": "{...}", "typed_config": "{...}" } .. _envoy_api_field_listener.UdpListenerConfig.udp_listener_name: udp_listener_name (`string `_) Used to look up UDP listener factory, matches "raw_udp_listener" or "quic_listener" to create a specific udp listener. If not specified, treat as "raw_udp_listener". .. _envoy_api_field_listener.UdpListenerConfig.config: config (`Struct `_) Used to create a specific listener factory. To some factory, e.g. "raw_udp_listener", config is not needed. Only one of :ref:`config `, :ref:`typed_config ` may be set. .. _envoy_api_field_listener.UdpListenerConfig.typed_config: typed_config (`Any `_) Used to create a specific listener factory. To some factory, e.g. "raw_udp_listener", config is not needed. Only one of :ref:`config `, :ref:`typed_config ` may be set.