List of Cloud Connector rules
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cloud-connector_rules", "title": "cloud-connector_rules", "description": "List of Cloud Connector rules", "items": { "properties": { "description": { "example": "Rule description", "type": "string" }, "enabled": { "example": true, "type": "boolean" }, "expression": { "example": "http.cookie eq \"a=b\"", "type": "string" }, "id": { "example": "95c365e17e1b46599cd99e5b231fac4e", "type": "string" }, "parameters": { "description": "Parameters of Cloud Connector Rule", "properties": { "host": { "description": "Host to perform Cloud Connection to", "example": "examplebucket.s3.eu-north-1.amazonaws.com", "type": "string" } }, "type": "object" }, "provider": { "$ref": "#/components/schemas/cloud-connector_provider" } }, "type": "object" }, "type": "array" }