encryptionConfig

@JvmName(name = "ldnljvocfjmwrqcd")
suspend fun encryptionConfig(value: Output<ClusterEncryptionConfigArgs>)
@JvmName(name = "lfdnlqlsoatdnoyq")
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 = "xnanxyuegpjdgfwe")
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.