EventDestination class
An object that defines an event destination.
Constructors
-
EventDestination({CloudWatchLogsDestination? cloudWatchLogsDestination, bool? enabled, KinesisFirehoseDestination? kinesisFirehoseDestination, List<
EventType> ? matchingEventTypes, String? name, SnsDestination? snsDestination}) -
EventDestination.fromJson(Map<
String, dynamic> json) -
factory
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
- name → String?
-
A name that identifies the event destination configuration.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited