Encryption Config Args
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).