RoutingStrategy class
The routing configuration for a fleet alias.
Constructors
- RoutingStrategy({String? fleetId, String? message, RoutingStrategyType? type})
-
RoutingStrategy.fromJson(Map<
String, dynamic> json) -
factory
Properties
- fleetId → String?
-
The unique identifier for a fleet that the alias points to. This value is
the fleet ID, not the fleet ARN.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The message text to be used with a terminal routing strategy.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → RoutingStrategyType?
-
The type of routing strategy for the alias.
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