Encryption Preferences Args
data class EncryptionPreferencesArgs(val doubleEncryption: Output<Either<String, DoubleEncryption>>? = null, val hardwareEncryption: Output<Either<String, HardwareEncryption>>? = null) : ConvertibleToJava<EncryptionPreferencesArgs>
Preferences related to the Encryption.
Constructors
Link copied to clipboard
constructor(doubleEncryption: Output<Either<String, DoubleEncryption>>? = null, hardwareEncryption: Output<Either<String, HardwareEncryption>>? = null)