match

@JvmName(name = "pndordsntyvpnbua")
suspend fun match(value: Output<SecurityPolicyRuleMatcherArgs>)
@JvmName(name = "uhnfvhcijngoabnd")
suspend fun match(value: SecurityPolicyRuleMatcherArgs?)

Parameters

value

A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.


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

Parameters

argument

A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.