DeploymentGroupLoadBalancerInfo class
Constructors
-
DeploymentGroupLoadBalancerInfo({Input<
List< ? elbInfos, Input<DeploymentGroupLoadBalancerInfoElbInfo> ?>List< ? targetGroupInfos, Input<DeploymentGroupLoadBalancerInfoTargetGroupInfo> ?>DeploymentGroupLoadBalancerInfoTargetGroupPairInfo?> ? targetGroupPairInfo}) -
Creates a new DeploymentGroupLoadBalancerInfo.
elbInfosThe Classic Elastic Load Balancer to use in a deployment. Conflicts withtargetGroupInfoandtargetGroupPairInfo.targetGroupInfosThe (Application/Network Load Balancer) target group to use in a deployment. Conflicts withelbInfoandtargetGroupPairInfo.targetGroupPairInfoThe (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts withelbInfoandtargetGroupInfo.const -
DeploymentGroupLoadBalancerInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
elbInfos
→ Input<
List< ?DeploymentGroupLoadBalancerInfoElbInfo> ?> -
The Classic Elastic Load Balancer to use in a deployment. Conflicts with
targetGroupInfoandtargetGroupPairInfo.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetGroupInfos
→ Input<
List< ?DeploymentGroupLoadBalancerInfoTargetGroupInfo> ?> -
The (Application/Network Load Balancer) target group to use in a deployment. Conflicts with
elbInfoandtargetGroupPairInfo.final -
targetGroupPairInfo
→ Input<
DeploymentGroupLoadBalancerInfoTargetGroupPairInfo?> ? -
The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with
elbInfoandtargetGroupInfo.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