encryptionConfig

@JvmName(name = "hhhpogmfxkrpwwdi")
suspend fun encryptionConfig(value: Output<ClusterEncryptionConfigArgs>)
@JvmName(name = "komwlcnjlbqcwpxg")
suspend fun encryptionConfig(value: ClusterEncryptionConfigArgs?)

Parameters

value

Configuration block with encryption configuration for the cluster. Only available on Kubernetes 1.13 and above clusters created after March 6, 2020. Detailed below.


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

Parameters

argument

Configuration block with encryption configuration for the cluster. Only available on Kubernetes 1.13 and above clusters created after March 6, 2020. Detailed below.