rules

@JvmName(name = "ypxeylwwtyjmxpxw")
suspend fun rules(value: Output<List<FirewallPolicyRuleArgs>>)
@JvmName(name = "vkrnqvkpvqqetdem")
suspend fun rules(value: List<FirewallPolicyRuleArgs>?)

Parameters

value

A list 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 firewall policy, a default rule with action "allow" will be added.


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


@JvmName(name = "ofyowitbhfmciyfx")
suspend fun rules(values: List<Output<FirewallPolicyRuleArgs>>)
@JvmName(name = "ujfsgcsmsjmkptsv")
suspend fun rules(vararg values: FirewallPolicyRuleArgs)

Parameters

values

A list 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 firewall policy, a default rule with action "allow" will be added.


@JvmName(name = "cljrqdaqwgpeorfv")
suspend fun rules(argument: List<suspend FirewallPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ffhfiybipidxrgcm")
suspend fun rules(vararg argument: suspend FirewallPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "ngqegtkspsmmtffl")
suspend fun rules(argument: suspend FirewallPolicyRuleArgsBuilder.() -> Unit)

Parameters

argument

A list 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 firewall policy, a default rule with action "allow" will be added.