EventFilter constructor

EventFilter({
  1. List<String>? availabilityZones,
  2. List<DateTimeRange>? endTimes,
  3. List<String>? entityArns,
  4. List<String>? entityValues,
  5. List<String>? eventArns,
  6. List<EventStatusCode>? eventStatusCodes,
  7. List<EventTypeCategory>? eventTypeCategories,
  8. List<String>? eventTypeCodes,
  9. List<DateTimeRange>? lastUpdatedTimes,
  10. List<String>? regions,
  11. List<String>? services,
  12. List<DateTimeRange>? startTimes,
  13. List<Map<String, String>>? tags,
})

Implementation

EventFilter({
  this.availabilityZones,
  this.endTimes,
  this.entityArns,
  this.entityValues,
  this.eventArns,
  this.eventStatusCodes,
  this.eventTypeCategories,
  this.eventTypeCodes,
  this.lastUpdatedTimes,
  this.regions,
  this.services,
  this.startTimes,
  this.tags,
});