EventSubscription constructor

EventSubscription(
  1. {String? custSubscriptionId,
  2. String? customerAwsId,
  3. bool? enabled,
  4. List<String>? eventCategoriesList,
  5. String? severity,
  6. String? snsTopicArn,
  7. List<String>? sourceIdsList,
  8. String? sourceType,
  9. String? status,
  10. DateTime? subscriptionCreationTime,
  11. List<Tag>? tags}
)

Implementation

EventSubscription({
  this.custSubscriptionId,
  this.customerAwsId,
  this.enabled,
  this.eventCategoriesList,
  this.severity,
  this.snsTopicArn,
  this.sourceIdsList,
  this.sourceType,
  this.status,
  this.subscriptionCreationTime,
  this.tags,
});