match

@JvmName(name = "kplthcarffronhtu")
suspend fun match(value: Output<RegionSecurityPolicyRuleMatchArgs>)
@JvmName(name = "esifgdtwkplqsjgg")
suspend fun match(value: RegionSecurityPolicyRuleMatchArgs?)

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