ALBStringMatch (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer StringMatch object", 
  "id": "ALBStringMatch", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "match_criteria": {
      "$ref": "ALBStringOperation, 
      "description": "Criterion to use for string matching the HTTP request. Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, REGEX_DOES_NOT_MATCH.", 
      "required": true, 
      "title": "Match criteria"
    }, 
    "match_str": {
      "description": "String value(s).", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "Match str", 
      "type": "array"
    }, 
    "string_group_paths": {
      "description": "path of the string group(s). It is a reference to an object of type StringGroup.", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "String group paths", 
      "type": "array"
    }
  }, 
  "title": "StringMatch", 
  "type": "object"
}