matches

@JvmName(name = "pykkegbwarwawprg")
suspend fun matches(value: Output<List<TlsRouteRuleMatchArgs>>)
@JvmName(name = "qgniigcnlktvnfcx")
suspend fun matches(value: List<TlsRouteRuleMatchArgs>)

Parameters

value

Matches define the predicate used to match requests to a given action. Structure is documented below.


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


@JvmName(name = "mwcsgyjslrnmkowp")
suspend fun matches(values: List<Output<TlsRouteRuleMatchArgs>>)
@JvmName(name = "ldugmrbnhvpkompx")
suspend fun matches(vararg values: TlsRouteRuleMatchArgs)

Parameters

values

Matches define the predicate used to match requests to a given action. Structure is documented below.


@JvmName(name = "gmmiepaimrhfhtfc")
suspend fun matches(argument: List<suspend TlsRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "iytwuqmtwqpkifcv")
suspend fun matches(vararg argument: suspend TlsRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "atxsfifcekbkynuo")
suspend fun matches(argument: suspend TlsRouteRuleMatchArgsBuilder.() -> Unit)

Parameters

argument

Matches define the predicate used to match requests to a given action. Structure is documented below.