EncryptionPreferencesArgs

data class EncryptionPreferencesArgs(val doubleEncryptionStatus: Output<Either<String, DoubleEncryptionStatus>>? = null) : ConvertibleToJava<EncryptionPreferencesArgs>

Preferences related to the double encryption.

Constructors

Link copied to clipboard
constructor(doubleEncryptionStatus: Output<Either<String, DoubleEncryptionStatus>>? = null)

Properties

Link copied to clipboard

Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.

Functions

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