match

@JvmName(name = "lxrjffkqyhuxkobp")
suspend fun match(value: Output<NetworkFirewallPolicyWithRulesRuleMatchArgs>)
@JvmName(name = "uownkovncpvcgbmq")
suspend fun match(value: NetworkFirewallPolicyWithRulesRuleMatchArgs)

Parameters

value

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


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

Parameters

argument

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