TopicConfiguration constructor

TopicConfiguration(
  1. String? events,
  2. NotificationConfigurationFilter? filter,
  3. String? id,
  4. String? topicArn,
)

Implementation

TopicConfiguration(
  this.events,
  this.filter,
  this.id,
  this.topicArn,
);