paths

@JvmName(name = "sbobsuhdlkknqgxo")
suspend fun paths(value: Output<List<String>>)
@JvmName(name = "xgotmbbpcxcpaoyh")
suspend fun paths(value: List<String>)

Parameters

value

The list of path patterns to match. Each must start with / and the only place a \* is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.


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


@JvmName(name = "svtxwdykqjybudai")
suspend fun paths(values: List<Output<String>>)
@JvmName(name = "hmuhfqiaplsfxsev")
suspend fun paths(vararg values: String)

Parameters

values

The list of path patterns to match. Each must start with / and the only place a \* is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.