ClusterGcpConfig

data class ClusterGcpConfig(val accessConfig: ClusterGcpConfigAccessConfig, val kmsKey: String? = null)

Constructors

Link copied to clipboard
constructor(accessConfig: ClusterGcpConfigAccessConfig, kmsKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of access to the Kafka cluster. Structure is documented below.

Link copied to clipboard
val kmsKey: String? = null

The Cloud KMS Key name to use for encryption. The key must be located in the same region as the cluster and cannot be changed. Must be in the format projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY.