DeploymentGroupLoadBalancerInfoTargetGroupPairInfo class
Constructors
-
DeploymentGroupLoadBalancerInfoTargetGroupPairInfo({required Input<
DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute> prodTrafficRoute, required Input<List< targetGroups, Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup> >DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute?> ? testTrafficRoute}) -
Creates a new DeploymentGroupLoadBalancerInfoTargetGroupPairInfo.
prodTrafficRouteConfiguration block for the production traffic route (documented below).targetGroupsConfiguration blocks for a target group within a target group pair (documented below).testTrafficRouteConfiguration block for the test traffic route (documented below).const -
DeploymentGroupLoadBalancerInfoTargetGroupPairInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
prodTrafficRoute
→ Input<
DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute> -
Configuration block for the production traffic route (documented below).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetGroups
→ Input<
List< DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup> > -
Configuration blocks for a target group within a target group pair (documented below).
final
-
testTrafficRoute
→ Input<
DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute?> ? -
Configuration block for the test traffic route (documented below).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited