match

@JvmName(name = "feaxklhfvbwqkibv")
suspend fun match(value: Output<FirewallPolicyWithRulesRuleMatchArgs>)
@JvmName(name = "mnbxpcldwtmhonoy")
suspend fun match(value: FirewallPolicyWithRulesRuleMatchArgs)

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