DefaultServerSideEncryption constructor

DefaultServerSideEncryption({
  1. String? encryptionType,
  2. String? kmsMasterKeyArn,
})

Implementation

DefaultServerSideEncryption({
  this.encryptionType,
  this.kmsMasterKeyArn,
});