matches

@JvmName(name = "iigqlpiolsrccwhp")
suspend fun matches(value: Output<List<HttpRouteRouteMatchArgs>>)
@JvmName(name = "wbjfvjphiasfdcjb")
suspend fun matches(value: List<HttpRouteRouteMatchArgs>?)

Parameters

value

A list of matches define conditions used for matching the rule against incoming HTTP requests. Each match is independent, i.e. this rule will be matched if ANY one of the matches is satisfied. If no matches field is specified, this rule will unconditionally match traffic. If a default rule is desired to be configured, add a rule with no matches specified to the end of the rules list.


@JvmName(name = "ltdqrhaioyihrjcx")
suspend fun matches(vararg values: Output<HttpRouteRouteMatchArgs>)


@JvmName(name = "vyxtybatttlwxcwv")
suspend fun matches(values: List<Output<HttpRouteRouteMatchArgs>>)
@JvmName(name = "wqbtmwxkkptkurhb")
suspend fun matches(vararg values: HttpRouteRouteMatchArgs)

Parameters

values

A list of matches define conditions used for matching the rule against incoming HTTP requests. Each match is independent, i.e. this rule will be matched if ANY one of the matches is satisfied. If no matches field is specified, this rule will unconditionally match traffic. If a default rule is desired to be configured, add a rule with no matches specified to the end of the rules list.


@JvmName(name = "jyhurbkipeldnowy")
suspend fun matches(argument: List<suspend HttpRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "ximnsqihllrvbjdd")
suspend fun matches(vararg argument: suspend HttpRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "fqobxfcbkvyiqanc")
suspend fun matches(argument: suspend HttpRouteRouteMatchArgsBuilder.() -> Unit)

Parameters

argument

A list of matches define conditions used for matching the rule against incoming HTTP requests. Each match is independent, i.e. this rule will be matched if ANY one of the matches is satisfied. If no matches field is specified, this rule will unconditionally match traffic. If a default rule is desired to be configured, add a rule with no matches specified to the end of the rules list.