loadBalancers

@JvmName(name = "cooxueflqidvigxe")
suspend fun loadBalancers(value: Output<List<LoadBalancerArgs>>)
@JvmName(name = "atputkbqppmvfsft")
suspend fun loadBalancers(value: List<LoadBalancerArgs>?)

Parameters

value

A list of load balancer objects to associate with the service. If you specify the `Role` property, `LoadBalancers` must be specified as well. For information about the number of load balancers that you can specify per service, see Service Load Balancing in the Amazon Elastic Container Service Developer Guide.


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


@JvmName(name = "uepuajyuqaqpcwpt")
suspend fun loadBalancers(values: List<Output<LoadBalancerArgs>>)
@JvmName(name = "hkfekeyqbgukxkkd")
suspend fun loadBalancers(vararg values: LoadBalancerArgs)

Parameters

values

A list of load balancer objects to associate with the service. If you specify the `Role` property, `LoadBalancers` must be specified as well. For information about the number of load balancers that you can specify per service, see Service Load Balancing in the Amazon Elastic Container Service Developer Guide.


@JvmName(name = "mgawjmkrpdnwmtao")
suspend fun loadBalancers(argument: List<suspend LoadBalancerArgsBuilder.() -> Unit>)
@JvmName(name = "gojdwghmkitsbeta")
suspend fun loadBalancers(vararg argument: suspend LoadBalancerArgsBuilder.() -> Unit)
@JvmName(name = "wbcnbmbqrdrweacy")
suspend fun loadBalancers(argument: suspend LoadBalancerArgsBuilder.() -> Unit)

Parameters

argument

A list of load balancer objects to associate with the service. If you specify the `Role` property, `LoadBalancers` must be specified as well. For information about the number of load balancers that you can specify per service, see Service Load Balancing in the Amazon Elastic Container Service Developer Guide.