match

@JvmName(name = "kumdeunkkgbxbvqm")
suspend fun match(value: Output<RegionSecurityPolicyRuleMatchArgs>)
@JvmName(name = "uxeaiisilejihcmw")
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 = "qyqynpqymfewnncc")
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.