backendPoolNames

@JvmName(name = "utelkolkykovmwrd")
suspend fun backendPoolNames(value: Output<List<String>>)
@JvmName(name = "sivuobfgydavgcnh")
suspend fun backendPoolNames(value: List<String>?)

Parameters

value

The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1


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


@JvmName(name = "xowumqhbpexpmbej")
suspend fun backendPoolNames(values: List<Output<String>>)
@JvmName(name = "lpcaxndubeyliufq")
suspend fun backendPoolNames(vararg values: String)

Parameters

values

The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1