InputDecryptionSettings constructor
InputDecryptionSettings({
- DecryptionMode? decryptionMode,
- String? encryptedDecryptionKey,
- String? initializationVector,
- String? kmsKeyRegion,
Implementation
InputDecryptionSettings({
this.decryptionMode,
this.encryptedDecryptionKey,
this.initializationVector,
this.kmsKeyRegion,
});