matches

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


@JvmName(name = "dgrddipsyostaedv")
suspend fun matches(values: List<Output<TlsRouteRuleMatchArgs>>)
@JvmName(name = "hsrfcctnfjrvhuol")
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 = "onmbqlebskmrdmve")
suspend fun matches(argument: List<suspend TlsRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "hefksogrlcaxqhjs")
suspend fun matches(vararg argument: suspend TlsRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "euovdwgrubdsjkck")
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.