origins

@JvmName(name = "soeshukkkxwsmrcw")
suspend fun origins(value: Output<List<LoadBalancerPoolOriginArgs>>)
@JvmName(name = "dqjrkyymjhpntswl")
suspend fun origins(value: List<LoadBalancerPoolOriginArgs>?)

Parameters

value

The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.


@JvmName(name = "yrxbbiwurcbmjjpj")
suspend fun origins(vararg values: Output<LoadBalancerPoolOriginArgs>)


@JvmName(name = "magvfynrxdiuhywd")
suspend fun origins(values: List<Output<LoadBalancerPoolOriginArgs>>)
@JvmName(name = "yhrhwpevsqtqknxi")
suspend fun origins(vararg values: LoadBalancerPoolOriginArgs)

Parameters

values

The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.


@JvmName(name = "xsnpkuouukmbpsas")
suspend fun origins(argument: List<suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit>)
@JvmName(name = "idnolttxhfeaimmd")
suspend fun origins(vararg argument: suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit)
@JvmName(name = "cuachvmpqlxmiexj")
suspend fun origins(argument: suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit)

Parameters

argument

The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.