EncryptionConfigArgs

data class EncryptionConfigArgs(val gcePdKmsKeyName: Output<String>? = null, val kmsKey: Output<String>? = null) : ConvertibleToJava<EncryptionConfigArgs>

Encryption settings for the cluster.

Constructors

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

Functions

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

Properties

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

Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.

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

Optional. The Cloud KMS key name to use for encrypting customer core content and cluster PD disk for all instances in the cluster.