match

@JvmName(name = "molkrgsshyofgvai")
suspend fun match(value: Output<NetworkFirewallPolicyRuleMatchArgs>)
@JvmName(name = "hxqxscncysfbfsts")
suspend fun match(value: NetworkFirewallPolicyRuleMatchArgs?)

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 = "jtkgysdvjbecpqmr")
suspend fun match(argument: suspend NetworkFirewallPolicyRuleMatchArgsBuilder.() -> 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.