ClusterClusterConfigEncryptionConfigArgs

data class ClusterClusterConfigEncryptionConfigArgs(val kmsKeyName: Output<String>) : ConvertibleToJava<ClusterClusterConfigEncryptionConfigArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyName: Output<String>)

Properties

Link copied to clipboard
val kmsKeyName: Output<String>

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

Functions

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