ClusterEncryptionInTransitArgs

data class ClusterEncryptionInTransitArgs(val clientBroker: Output<ClusterEncryptionInTransitClientBroker>? = null, val inCluster: Output<Boolean>? = null) : ConvertibleToJava<ClusterEncryptionInTransitArgs>

Constructors

Link copied to clipboard
constructor(clientBroker: Output<ClusterEncryptionInTransitClientBroker>? = null, inCluster: Output<Boolean>? = null)

Properties

Link copied to clipboard

Indicates the encryption setting for data in transit between clients and brokers. You must set it to one of the following values.

Link copied to clipboard
val inCluster: Output<Boolean>? = null

When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext. The default value is true.

Functions

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