matches

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


@JvmName(name = "tetfllyqxwdmjtne")
suspend fun matches(values: List<Output<TlsRouteRuleMatchArgs>>)
@JvmName(name = "ajxrnpnwrjsiknfl")
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 = "rclgqajtbgemurtf")
suspend fun matches(argument: List<suspend TlsRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "ioytrlorvklchout")
suspend fun matches(vararg argument: suspend TlsRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "brmjrcubmfbrfaiw")
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.