ClusterEncryptionInfoArgs

data class ClusterEncryptionInfoArgs(val encryptionAtRest: Output<ClusterEncryptionAtRestArgs>? = null, val encryptionInTransit: Output<ClusterEncryptionInTransitArgs>? = null) : ConvertibleToJava<ClusterEncryptionInfoArgs>

Constructors

Link copied to clipboard
constructor(encryptionAtRest: Output<ClusterEncryptionAtRestArgs>? = null, encryptionInTransit: Output<ClusterEncryptionInTransitArgs>? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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