matches

@JvmName(name = "mcuetqupsiaptapn")
suspend fun matches(value: Output<List<TlsRouteRouteMatchArgs>>)
@JvmName(name = "vxaxblwrcouosikk")
suspend fun matches(value: List<TlsRouteRouteMatchArgs>)

Parameters

value

RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation.


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


@JvmName(name = "rywojukdxmlurtnr")
suspend fun matches(values: List<Output<TlsRouteRouteMatchArgs>>)
@JvmName(name = "auxtsoxbhwtwngbw")
suspend fun matches(vararg values: TlsRouteRouteMatchArgs)

Parameters

values

RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation.


@JvmName(name = "jxdrhhedgqgbajjy")
suspend fun matches(argument: List<suspend TlsRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "mlokkperwqqbsxsg")
suspend fun matches(vararg argument: suspend TlsRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "ivdgeiwqkjjrxiuq")
suspend fun matches(argument: suspend TlsRouteRouteMatchArgsBuilder.() -> Unit)

Parameters

argument

RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation.