QueueConfiguration constructor
QueueConfiguration(
- String? events,
- NotificationConfigurationFilter? filter,
- String? id,
- String? queueArn,
Implementation
QueueConfiguration(
this.events,
this.filter,
this.id,
this.queueArn,
);