encryptionConfig

@JvmName(name = "bxsufnujgggvhina")
suspend fun encryptionConfig(value: Output<EncryptionConfigArgs>)
@JvmName(name = "rdmyicybiwsedppr")
suspend fun encryptionConfig(value: EncryptionConfigArgs?)

Parameters

value

Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.


@JvmName(name = "ngmwetojrbcvdixp")
suspend fun encryptionConfig(argument: suspend EncryptionConfigArgsBuilder.() -> Unit)

Parameters

argument

Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.