ClusterEncryptionConfigArgs

data class ClusterEncryptionConfigArgs(val provider: Output<ClusterEncryptionConfigProviderArgs>, val resources: Output<List<String>>) : ConvertibleToJava<ClusterEncryptionConfigArgs>

Constructors

Link copied to clipboard
constructor(provider: Output<ClusterEncryptionConfigProviderArgs>, resources: Output<List<String>>)

Properties

Link copied to clipboard

Configuration block with provider for encryption. Detailed below.

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

List of strings with resources to be encrypted. Valid values: secrets.

Functions

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