ClusterEncryptionConfigArgs

data class ClusterEncryptionConfigArgs(val provider: Output<ClusterProviderArgs>? = null, val resources: Output<List<String>>? = null) : ConvertibleToJava<ClusterEncryptionConfigArgs>

The encryption configuration for the cluster

Constructors

Link copied to clipboard
constructor(provider: Output<ClusterProviderArgs>? = null, resources: Output<List<String>>? = null)

Properties

Link copied to clipboard
val provider: Output<ClusterProviderArgs>? = null

The encryption provider for the cluster.

Link copied to clipboard
val resources: Output<List<String>>? = null

Specifies the resources to be encrypted. The only supported value is "secrets".

Functions

Link copied to clipboard
open override fun toJava(): ClusterEncryptionConfigArgs