matches

@JvmName(name = "qnnbyhawimoatxqb")
suspend fun matches(value: Output<List<TlsRouteRuleMatchArgs>>)
@JvmName(name = "oyyqgvrvcdogwske")
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 = "wsontpqjkfpwisdc")
suspend fun matches(vararg values: Output<TlsRouteRuleMatchArgs>)


@JvmName(name = "wwdhoreoxiehgavd")
suspend fun matches(values: List<Output<TlsRouteRuleMatchArgs>>)
@JvmName(name = "xhklottfdracvtpc")
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 = "skiehqabpwrkcfpq")
suspend fun matches(argument: List<suspend TlsRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "xybeumolpgxaegvb")
suspend fun matches(vararg argument: suspend TlsRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "mdbjykiklxiqfbdt")
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.