EncryptionConfigArgs

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

EncryptionConfig describes the encryption config of a cluster that is encrypted with a CMEK (customer-managed encryption key).

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

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/PROJECT/locations/REGION/keyRings/RING/cryptoKeys/KEY_NAME