DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs

data class DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs(val name: Output<String>? = null) : ConvertibleToJava<DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs>

Constructors

constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.

Functions

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