matches

@JvmName(name = "kwdgnduuprhkdvex")
suspend fun matches(value: Output<List<TlsRouteRouteMatchArgs>>)
@JvmName(name = "snpcvpoxlmtmmyno")
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 = "bhahlqkdypubdtga")
suspend fun matches(vararg values: Output<TlsRouteRouteMatchArgs>)


@JvmName(name = "fgrlwgaosqqefmen")
suspend fun matches(values: List<Output<TlsRouteRouteMatchArgs>>)
@JvmName(name = "revlwnfveenvkmfv")
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 = "lpempoxbhdfybnwc")
suspend fun matches(argument: List<suspend TlsRouteRouteMatchArgsBuilder.() -> Unit>)
@JvmName(name = "wgwfxrfckxxsyokp")
suspend fun matches(vararg argument: suspend TlsRouteRouteMatchArgsBuilder.() -> Unit)
@JvmName(name = "eyntfmsthprndwnn")
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.