matches

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


@JvmName(name = "ghbmcatvbkyuqdsc")
suspend fun matches(values: List<Output<TcpRouteRouteMatchArgs>>)
@JvmName(name = "xddmgmhcqdblyxsl")
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 = "qpjeyqnapsiiwrpt")
suspend fun matches(argument: List<suspend TcpRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "xapltynoqpowhgsq")
suspend fun matches(vararg argument: suspend TcpRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "voopbknruwoeaeqi")
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.