Deployment Group Load Balancer Info
data class DeploymentGroupLoadBalancerInfo(val elbInfos: List<DeploymentGroupLoadBalancerInfoElbInfo>? = null, val targetGroupInfos: List<DeploymentGroupLoadBalancerInfoTargetGroupInfo>? = null, val targetGroupPairInfo: DeploymentGroupLoadBalancerInfoTargetGroupPairInfo? = null)
Constructors
Link copied to clipboard
constructor(elbInfos: List<DeploymentGroupLoadBalancerInfoElbInfo>? = null, targetGroupInfos: List<DeploymentGroupLoadBalancerInfoTargetGroupInfo>? = null, targetGroupPairInfo: DeploymentGroupLoadBalancerInfoTargetGroupPairInfo? = null)
Properties
Link copied to clipboard
The Classic Elastic Load Balancer to use in a deployment. Conflicts with target_group_info
and target_group_pair_info
.
Link copied to clipboard
The (Application/Network Load Balancer) target group to use in a deployment. Conflicts with elb_info
and target_group_pair_info
.
Link copied to clipboard
The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with elb_info
and target_group_info
.