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

The data-volume encryption details.

Link copied to clipboard

The details for encryption in transit.

Functions

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