Cluster Encryption Config Args
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
fun ClusterEncryptionConfigArgs(provider: Output<ClusterProviderArgs>? = null, resources: Output<List<String>>? = null)