ExportServerSideEncryption constructor

ExportServerSideEncryption({
  1. required ServerSideEncryptionTypes type,
  2. String? kmsKeyArn,
})

Implementation

ExportServerSideEncryption({
  required this.type,
  this.kmsKeyArn,
});