paths

@JvmName(name = "ohgxlikwdtqhsvlc")
suspend fun paths(value: Output<List<String>>)
@JvmName(name = "myksoigfsjsjegeu")
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 = "vyyavknmigsigarg")
suspend fun paths(vararg values: Output<String>)


@JvmName(name = "rmlxquujkgiyxltw")
suspend fun paths(values: List<Output<String>>)
@JvmName(name = "eigrljklcyfqmiue")
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.