{ "additionalProperties": false, "description": "Advanced load balancer PortMatch object", "id": "ALBPortMatch", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "match_criteria": { "$ref": "ALBMatchOperation, "description": "Criterion to use for port matching the HTTP request. Enum options - IS_IN, IS_NOT_IN.", "required": true, "title": "Match criteria" }, "ports": { "description": "Listening TCP port(s). Allowed values are 1-65535. Minimum of 1 items required.", "items": { "type": "integer" }, "required": true, "title": "Ports", "type": "array" } }, "title": "PortMatch", "type": "object" }