loadBalancers

@JvmName(name = "knchkmhwonjeiqdd")
suspend fun loadBalancers(value: Output<List<String>>)
@JvmName(name = "aeahpxfjstcmqmwg")
suspend fun loadBalancers(value: List<String>?)

Parameters

value

List of elastic load balancer names to add to the autoscaling group names. Only valid for classic load balancers. For ALBs, use target_group_arns instead. To remove all load balancer attachments an empty list should be specified.


@JvmName(name = "jaowmhnbuajmfkgy")
suspend fun loadBalancers(vararg values: Output<String>)


@JvmName(name = "dqctvkpgtrriaval")
suspend fun loadBalancers(values: List<Output<String>>)
@JvmName(name = "kaudijdksumvriyf")
suspend fun loadBalancers(vararg values: String)

Parameters

values

List of elastic load balancer names to add to the autoscaling group names. Only valid for classic load balancers. For ALBs, use target_group_arns instead. To remove all load balancer attachments an empty list should be specified.