matches

@JvmName(name = "cjgkwhhvntaptgtm")
suspend fun matches(value: Output<List<TcpRouteRouteMatchArgs>>)
@JvmName(name = "htrciewdnrxixdbo")
suspend fun matches(value: List<TcpRouteRouteMatchArgs>?)

Parameters

value

Optional. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.


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


@JvmName(name = "waqpqrqwdelibrcj")
suspend fun matches(values: List<Output<TcpRouteRouteMatchArgs>>)
@JvmName(name = "inlrgfcbxtqgpmpm")
suspend fun matches(vararg values: TcpRouteRouteMatchArgs)

Parameters

values

Optional. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.


@JvmName(name = "obbbssxiltvvjnjo")
suspend fun matches(argument: List<suspend TcpRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "mtyhwvvnrlicjuww")
suspend fun matches(vararg argument: suspend TcpRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "mvketegvpydkrfna")
suspend fun matches(argument: suspend TcpRouteRouteMatchArgsBuilder.() -> Unit)

Parameters

argument

Optional. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.