match

@JvmName(name = "xekixwxfydyijnnd")
suspend fun match(value: Output<RouterRoutePolicyTermMatchArgs>)
@JvmName(name = "rsdbvoiuwdixxvpt")
suspend fun match(value: RouterRoutePolicyTermMatchArgs?)

Parameters

value

CEL expression evaluated against a route to determine if this term applies (see Policy Language). When not set, the term applies to all routes. Structure is documented below.


@JvmName(name = "ahjkdeawgahhjvij")
suspend fun match(argument: suspend RouterRoutePolicyTermMatchArgsBuilder.() -> Unit)

Parameters

argument

CEL expression evaluated against a route to determine if this term applies (see Policy Language). When not set, the term applies to all routes. Structure is documented below.