DestinationProperties constructor

DestinationProperties({
  1. String? destinationArn,
  2. String? kmsKeyArn,
})

Implementation

DestinationProperties({
  this.destinationArn,
  this.kmsKeyArn,
});