backendPoolNames

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


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