ExportServerSideEncryption constructor
ExportServerSideEncryption({
- required ServerSideEncryptionTypes type,
- String? kmsKeyArn,
Implementation
ExportServerSideEncryption({
required this.type,
this.kmsKeyArn,
});