matches

@JvmName(name = "hblxcaolkhfcbmec")
suspend fun matches(value: Output<List<TcpRouteRouteMatchArgs>>)
@JvmName(name = "ffwaqontwisakivc")
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 = "ojvxondepguvllnw")
suspend fun matches(vararg values: Output<TcpRouteRouteMatchArgs>)


@JvmName(name = "mheamkoeknulytju")
suspend fun matches(values: List<Output<TcpRouteRouteMatchArgs>>)
@JvmName(name = "cnlmkhlkekappucq")
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 = "xnnbcrtxrpwhtvgt")
suspend fun matches(argument: List<suspend TcpRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "ugogtovvmtweooww")
suspend fun matches(vararg argument: suspend TcpRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "reokunsjngpjqrho")
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.