paths

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


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