ALBWafPSMMatchElement (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer WafPSMMatchElement object", 
  "id": "ALBWafPSMMatchElement", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "excluded": {
      "default": false, 
      "description": "Mark this element excluded, like in '!ARGS password'. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Excluded", 
      "type": "boolean"
    }, 
    "index": {
      "description": "Match_element index.", 
      "required": true, 
      "title": "Index", 
      "type": "integer"
    }, 
    "name": {
      "$ref": "ALBWafVariable, 
      "description": "The variable specification. For example ARGS or REQUEST_COOKIES. This can be a scalar like PATH_INFO. Enum options - WAF_VARIABLE_ARGS, WAF_VARIABLE_ARGS_GET, WAF_VARIABLE_ARGS_POST, WAF_VARIABLE_ARGS_NAMES, WAF_VARIABLE_REQUEST_COOKIES, WAF_VARIABLE_QUERY_STRING, WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI, WAF_VARIABLE_PATH_INFO.", 
      "required": true, 
      "title": "Name"
    }, 
    "sub_element": {
      "description": "The name of the request collection element. This can be empty, if we address the whole collection or a scalar element.", 
      "required": false, 
      "title": "Sub element", 
      "type": "string"
    }
  }, 
  "title": "WafPSMMatchElement", 
  "type": "object"
}