NotificationConfiguration constructor

NotificationConfiguration({
  1. String? autoScalingGroupName,
  2. String? notificationType,
  3. String? topicARN,
})

Implementation

NotificationConfiguration({
  this.autoScalingGroupName,
  this.notificationType,
  this.topicARN,
});