ConnectionPasswordEncryption constructor

ConnectionPasswordEncryption({
  1. required bool returnConnectionPasswordEncrypted,
  2. String? awsKmsKeyId,
})

Implementation

ConnectionPasswordEncryption({
  required this.returnConnectionPasswordEncrypted,
  this.awsKmsKeyId,
});