match

@JvmName(name = "advlatxinpxvshjc")
suspend fun match(value: Output<RegionSecurityPolicyRuleMatchArgs>)
@JvmName(name = "owucxrgwfaeiicqi")
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 = "ffvfkljxmsqniqtb")
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.