QueueConfiguration constructor

QueueConfiguration(
  1. String? events,
  2. NotificationConfigurationFilter? filter,
  3. String? id,
  4. String? queueArn,
)

Implementation

QueueConfiguration(
  this.events,
  this.filter,
  this.id,
  this.queueArn,
);