EventDestinationDefinition class
An object that defines a single event destination.
Constructors
-
EventDestinationDefinition({CloudWatchLogsDestination? cloudWatchLogsDestination, bool? enabled, KinesisFirehoseDestination? kinesisFirehoseDestination, List<
EventType> ? matchingEventTypes, SnsDestination? snsDestination})
Properties
- cloudWatchLogsDestination → CloudWatchLogsDestination?
-
final
- enabled → bool?
-
Indicates whether or not the event destination is enabled. If the event
destination is enabled, then Amazon Pinpoint sends response data to the
specified event destination.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kinesisFirehoseDestination → KinesisFirehoseDestination?
-
final
-
matchingEventTypes
→ List<
EventType> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snsDestination → SnsDestination?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited