encryptionConfig

@JvmName(name = "tqleouivusrbolvc")
suspend fun encryptionConfig(value: Output<EncryptionConfigArgs>)
@JvmName(name = "elhidrjgnrhsmcrk")
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 = "aqrovbuvnmkfoemb")
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.