ALBReplaceStringVar (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer ReplaceStringVar object", 
  "id": "ALBReplaceStringVar", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "type": {
      "$ref": "ALBReplaceStringType, 
      "description": "Type of replacement string - can be a variable exposed from datascript, value of an HTTP header or a custom user-input literal string. Enum options - DATASCRIPT_VAR, HTTP_HEADER_VAR, LITERAL_STRING.", 
      "required": false, 
      "title": "Type"
    }, 
    "val": {
      "description": "Value of the replacement string - name of variable exposed from datascript, name of the HTTP header or a custom user-input literal string.", 
      "required": false, 
      "title": "Val", 
      "type": "string"
    }
  }, 
  "title": "ReplaceStringVar", 
  "type": "object"
}