DeploymentGroupLoadBalancerInfoArgs

data class DeploymentGroupLoadBalancerInfoArgs(val elbInfos: Output<List<DeploymentGroupLoadBalancerInfoElbInfoArgs>>? = null, val targetGroupInfos: Output<List<DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs>>? = null, val targetGroupPairInfo: Output<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoArgs>? = null) : ConvertibleToJava<DeploymentGroupLoadBalancerInfoArgs>

Constructors

Link copied to clipboard
constructor(elbInfos: Output<List<DeploymentGroupLoadBalancerInfoElbInfoArgs>>? = null, targetGroupInfos: Output<List<DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs>>? = null, targetGroupPairInfo: Output<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoArgs>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentGroupLoadBalancerInfoArgs