EncryptionConfigArgs

data class EncryptionConfigArgs(val kmsKeyName: Output<String>? = null) : ConvertibleToJava<EncryptionConfigArgs>

Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster.

Constructors

Link copied to clipboard
fun EncryptionConfigArgs(kmsKeyName: Output<String>? = null)

Functions

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

Properties

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

Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the cloudkms.cryptoKeyEncrypterDecrypter role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. Values are of the form projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}