ClusterGcpConfigArgs

data class ClusterGcpConfigArgs(val accessConfig: Output<ClusterGcpConfigAccessConfigArgs>, val kmsKey: Output<String>? = null) : ConvertibleToJava<ClusterGcpConfigArgs>

Constructors

Link copied to clipboard
constructor(accessConfig: Output<ClusterGcpConfigAccessConfigArgs>, kmsKey: Output<String>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val kmsKey: Output<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.

Functions

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