match

@JvmName(name = "mamykxscpevbrbyt")
suspend fun match(value: Output<FirewallPolicyRuleMatcherArgs>)
@JvmName(name = "cbblewbjiixdesrq")
suspend fun match(value: FirewallPolicyRuleMatcherArgs?)

Parameters

value

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


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

Parameters

argument

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