Specifies the SASL mechanism for authenticating with a Kafka cluster.

Hierarchy

  • ObservabilityPipelineKafkaSasl

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

SASL mechanism used for Kafka authentication.

passwordKey?: string

Name of the environment variable or secret that holds the SASL password.

usernameKey?: string

Name of the environment variable or secret that holds the SASL username.

Generated using TypeDoc