rules

@JvmName(name = "xfnrptqtlxuknanq")
suspend fun rules(value: Output<List<RegionSecurityPolicyRuleArgs>>)
@JvmName(name = "awohyajthmxvyiux")
suspend fun rules(value: List<RegionSecurityPolicyRuleArgs>?)

Parameters

value

The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added. Structure is documented below.


@JvmName(name = "wykbcjaeebtixifu")
suspend fun rules(vararg values: Output<RegionSecurityPolicyRuleArgs>)


@JvmName(name = "dfxparetkjquhgxf")
suspend fun rules(values: List<Output<RegionSecurityPolicyRuleArgs>>)
@JvmName(name = "bfilytjlntrnewnk")
suspend fun rules(vararg values: RegionSecurityPolicyRuleArgs)

Parameters

values

The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added. Structure is documented below.


@JvmName(name = "xsojxmcmrglkxlyq")
suspend fun rules(argument: List<suspend RegionSecurityPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "kkdjkbbvygicivnm")
suspend fun rules(vararg argument: suspend RegionSecurityPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "ysctgkdhoqwhmted")
suspend fun rules(argument: suspend RegionSecurityPolicyRuleArgsBuilder.() -> Unit)

Parameters

argument

The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added. Structure is documented below.