ClusterContinuousBackupConfigEncryptionConfigArgs

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

Constructors

constructor(kmsKeyName: Output<String>? = null)

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.

Functions

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