EventAccountFilter constructor

EventAccountFilter({
  1. required String eventArn,
  2. String? awsAccountId,
})

Implementation

EventAccountFilter({
  required this.eventArn,
  this.awsAccountId,
});