EncryptionPreferencesArgs

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

Preferences related to the double encryption

Constructors

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

Functions

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

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.