pathPattern

@JvmName(name = "brdjlnoiurlfyjbq")
suspend fun pathPattern(value: Output<ListenerRuleConditionPathPatternArgs>)
@JvmName(name = "bnvdnhefybgcbtui")
suspend fun pathPattern(value: ListenerRuleConditionPathPatternArgs?)

Parameters

value

Contains a single values item which is a list of path patterns to match against the request URL. Maximum size of each pattern is 128 characters. Comparison is case sensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. Path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a query_string condition.


@JvmName(name = "uulldjpbvvnsewsu")
suspend fun pathPattern(argument: suspend ListenerRuleConditionPathPatternArgsBuilder.() -> Unit)

Parameters

argument

Contains a single values item which is a list of path patterns to match against the request URL. Maximum size of each pattern is 128 characters. Comparison is case sensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied. Path pattern is compared only to the path of the URL, not to its query string. To compare against the query string, use a query_string condition.