NotificationConfig constructor

NotificationConfig({
  1. String? notificationArn,
  2. List<NotificationEvent>? notificationEvents,
  3. NotificationType? notificationType,
})

Implementation

NotificationConfig({
  this.notificationArn,
  this.notificationEvents,
  this.notificationType,
});