{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-msk-access-credentials-schema.json", "title": "MSKAccessCredentials", "description": "The Secrets Manager secret that stores your stream credentials.", "type": "object", "properties": { "ClientCertificateTlsAuth": { "allOf": [ { "$ref": "#/components/schemas/SecretManagerArn" }, { "description": "The ARN of the Secrets Manager secret." } ] }, "SaslScram512Auth": { "allOf": [ { "$ref": "#/components/schemas/SecretManagerArn" }, { "description": "The ARN of the Secrets Manager secret." } ] } } }