EventDestinationDefinition constructor

EventDestinationDefinition({
  1. CloudWatchLogsDestination? cloudWatchLogsDestination,
  2. bool? enabled,
  3. KinesisFirehoseDestination? kinesisFirehoseDestination,
  4. List<EventType>? matchingEventTypes,
  5. SnsDestination? snsDestination,
})

Implementation

EventDestinationDefinition({
  this.cloudWatchLogsDestination,
  this.enabled,
  this.kinesisFirehoseDestination,
  this.matchingEventTypes,
  this.snsDestination,
});