Encryption constructor
Encryption({
- required ServerSideEncryption encryptionType,
- String? kMSContext,
- String? kMSKeyId,
Implementation
Encryption({
required this.encryptionType,
this.kMSContext,
this.kMSKeyId,
});