match

@JvmName(name = "thawjifgocejcqpt")
suspend fun match(value: Output<FirewallPolicyRuleMatchArgs>)
@JvmName(name = "ypjrtsoaygubrsqj")
suspend fun match(value: FirewallPolicyRuleMatchArgs?)

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