TopicConfiguration constructor
TopicConfiguration(
- String? events,
- NotificationConfigurationFilter? filter,
- String? id,
- String? topicArn,
Implementation
TopicConfiguration(
this.events,
this.filter,
this.id,
this.topicArn,
);