DeploymentGroupLoadBalancerInfo class

Constructors

DeploymentGroupLoadBalancerInfo({Input<List<DeploymentGroupLoadBalancerInfoElbInfo>?>? elbInfos, Input<List<DeploymentGroupLoadBalancerInfoTargetGroupInfo>?>? targetGroupInfos, Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfo?>? targetGroupPairInfo})
Creates a new DeploymentGroupLoadBalancerInfo. elbInfos The Classic Elastic Load Balancer to use in a deployment. Conflicts with targetGroupInfo and targetGroupPairInfo. targetGroupInfos The (Application/Network Load Balancer) target group to use in a deployment. Conflicts with elbInfo and targetGroupPairInfo. targetGroupPairInfo The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with elbInfo and targetGroupInfo.
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 targetGroupInfo and targetGroupPairInfo.
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 elbInfo and targetGroupPairInfo.
final
targetGroupPairInfo → Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfo?>?
The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with elbInfo and targetGroupInfo.
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