match

@JvmName(name = "ycjucdvbbkxlttdb")
suspend fun match(value: Output<SecurityPolicyRuleMatchArgs>)
@JvmName(name = "mgtjgbpoiqptkrfr")
suspend fun match(value: SecurityPolicyRuleMatchArgs?)

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