S3EncryptionSettings constructor

S3EncryptionSettings({
  1. S3ServerSideEncryptionType? encryptionType,
  2. String? kmsKeyArn,
})

Implementation

S3EncryptionSettings({
  this.encryptionType,
  this.kmsKeyArn,
});