matches

@JvmName(name = "tmxgcxhgpfdhcskx")
suspend fun matches(value: Output<List<HttpRouteRuleMatchArgs>>)
@JvmName(name = "scegbtrlkdhycrjt")
suspend fun matches(value: List<HttpRouteRuleMatchArgs>?)

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. Structure is documented below.


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


@JvmName(name = "libmvpexpqsatybk")
suspend fun matches(values: List<Output<HttpRouteRuleMatchArgs>>)
@JvmName(name = "ykqvgwisfvhlfpiy")
suspend fun matches(vararg values: HttpRouteRuleMatchArgs)

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. Structure is documented below.


@JvmName(name = "jnqlrfritnfspxbf")
suspend fun matches(argument: List<suspend HttpRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "njjqyivnrsqlnwqe")
suspend fun matches(vararg argument: suspend HttpRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "iwhgmbruuomakuqn")
suspend fun matches(argument: suspend HttpRouteRuleMatchArgsBuilder.() -> 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. Structure is documented below.