TargetGroupPairInfo class
Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.
Constructors
-
TargetGroupPairInfo({TrafficRoute? prodTrafficRoute, List<
TargetGroupInfo> ? targetGroups, TrafficRoute? testTrafficRoute}) -
TargetGroupPairInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- prodTrafficRoute → TrafficRoute?
-
The path used by a load balancer to route production traffic when an Amazon
ECS deployment is complete.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetGroups
→ List<
TargetGroupInfo> ? -
One pair of target groups. One is associated with the original task set. The
second is associated with the task set that serves traffic after the
deployment is complete.
final
- testTrafficRoute → TrafficRoute?
-
An optional path used by a load balancer to route test traffic after an
Amazon ECS deployment. Validation can occur while test traffic is served
during a deployment.
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