{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-self-managed-kafka-access-configuration-credentials-structure.json", "name": "SelfManagedKafkaAccessConfigurationCredentials", "description": "The Secrets Manager secret that stores your stream credentials.", "type": "object", "properties": { "BasicAuth": { "allOf": [ { "$ref": "#/components/schemas/SecretManagerArn" }, { "description": "The ARN of the Secrets Manager secret." } ] }, "ClientCertificateTlsAuth": { "allOf": [ { "$ref": "#/components/schemas/SecretManagerArn" }, { "description": "The ARN of the Secrets Manager secret." } ] }, "SaslScram256Auth": { "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." } ] } } }