Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Self Managed Kafka Access Configuration Credentials Structure

The Secrets Manager secret that stores your stream credentials.

Type: object Properties: 4
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

SelfManagedKafkaAccessConfigurationCredentials is a JSON Structure definition published by Amazon EventBridge Pipes, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BasicAuth ClientCertificateTlsAuth SaslScram256Auth SaslScram512Auth

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}