S3Encryption constructor

S3Encryption({
  1. String? kmsKeyArn,
  2. S3EncryptionMode? s3EncryptionMode,
})

Implementation

S3Encryption({
  this.kmsKeyArn,
  this.s3EncryptionMode,
});