ALBURIParamQuery (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer URIParamQuery object", 
  "id": "ALBURIParamQuery", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "add_string": {
      "description": "Concatenate a string to the query of the incoming request URI and then use it in the request URI going to the backend server.", 
      "required": false, 
      "title": "Add string", 
      "type": "string"
    }, 
    "keep_query": {
      "default": true, 
      "description": "Use or drop the query of the incoming request URI in the request URI to the backend server. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Keep query", 
      "type": "boolean"
    }
  }, 
  "title": "URIParamQuery", 
  "type": "object"
}