DeploymentGroupLoadBalancerInfoTargetGroupPairInfo class

Constructors

DeploymentGroupLoadBalancerInfoTargetGroupPairInfo({required Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute> prodTrafficRoute, required Input<List<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroup>> targetGroups, Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRoute?>? testTrafficRoute})
Creates a new DeploymentGroupLoadBalancerInfoTargetGroupPairInfo. prodTrafficRoute Configuration block for the production traffic route (documented below). targetGroups Configuration blocks for a target group within a target group pair (documented below). testTrafficRoute Configuration 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