backendPoolNames

@JvmName(name = "gshnkmgvorhrokst")
suspend fun backendPoolNames(value: Output<List<String>>)
@JvmName(name = "bqwchdkkfebegcxs")
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 = "rahbjhtnxmxegict")
suspend fun backendPoolNames(vararg values: Output<String>)


@JvmName(name = "tjrgmnfoiuxkufvd")
suspend fun backendPoolNames(values: List<Output<String>>)
@JvmName(name = "wagwdvnxvrnkwvfh")
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