ALBRoleFilterMatchLabel (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer RoleFilterMatchLabel object", 
  "id": "ALBRoleFilterMatchLabel", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "key": {
      "description": "Key for filter match.", 
      "required": true, 
      "title": "Key", 
      "type": "string"
    }, 
    "values": {
      "description": "Values for filter match. Multiple values will be evaluated as OR. Example  key = value1 OR key = value2. Behavior for match is key = (STAR) if this field is empty.", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "Values", 
      "type": "array"
    }
  }, 
  "title": "RoleFilterMatchLabel", 
  "type": "object"
}