PipeSourceParametersSelfManagedKafkaParametersCredentialsArgs

data class PipeSourceParametersSelfManagedKafkaParametersCredentialsArgs(val basicAuth: Output<String>? = null, val clientCertificateTlsAuth: Output<String>? = null, val saslScram256Auth: Output<String>? = null, val saslScram512Auth: Output<String>? = null) : ConvertibleToJava<PipeSourceParametersSelfManagedKafkaParametersCredentialsArgs>

Constructors

constructor(basicAuth: Output<String>? = null, clientCertificateTlsAuth: Output<String>? = null, saslScram256Auth: Output<String>? = null, saslScram512Auth: Output<String>? = null)

Properties

Link copied to clipboard
val basicAuth: Output<String>? = null

The ARN of the Secrets Manager secret containing the credentials.

Link copied to clipboard
val clientCertificateTlsAuth: Output<String>? = null

The ARN of the Secrets Manager secret containing the credentials.

Link copied to clipboard
val saslScram256Auth: Output<String>? = null

The ARN of the Secrets Manager secret containing the credentials.

Link copied to clipboard
val saslScram512Auth: Output<String>? = null

The ARN of the Secrets Manager secret containing the credentials.

Functions

Link copied to clipboard
open override fun toJava(): PipeSourceParametersSelfManagedKafkaParametersCredentialsArgs