ReplayDestination class
A ReplayDestination
object that contains details about a
replay.
Constructors
-
ReplayDestination({required String arn, List<
String> ? filterArns}) -
ReplayDestination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String
-
The ARN of the event bus to replay event to. You can replay events only to
the event bus specified to create the archive.
final
-
filterArns
→ List<
String> ? -
A list of ARNs for rules to replay events to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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