EncryptionAtRest constructor

EncryptionAtRest({
  1. required String dataVolumeKMSKeyId,
})

Implementation

EncryptionAtRest({
  required this.dataVolumeKMSKeyId,
});