{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-client-broker-schema.json", "title": "ClientBroker", "description": "\n
Client-broker encryption in transit setting.
", "type": "string", "enum": [ "TLS", "TLS_PLAINTEXT", "PLAINTEXT" ] }