ALBStringOperation (type)

{
  "description": "Valid ENUM values for ALBStringOperation", 
  "enum": [
    "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"
  ], 
  "id": "ALBStringOperation", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "title": "StringOperation type", 
  "type": "string"
}