ALBUDPProxyProfile (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer UDPProxyProfile object", 
  "id": "ALBUDPProxyProfile", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "session_idle_timeout": {
      "default": 10, 
      "description": "The amount of time (in sec) for which a flow needs to be idle before it is deleted. Allowed values are 2-3600. Unit is SEC. Default value when not specified in API or module is interpreted by ALB Controller as 10.", 
      "maximum": 3600, 
      "minimum": 2, 
      "required": false, 
      "title": "Session idle timeout", 
      "type": "integer"
    }
  }, 
  "title": "UDPProxyProfile", 
  "type": "object"
}