rules

@JvmName(name = "asjkqxpwlqpsweoc")
suspend fun rules(value: Output<List<FirewallPolicyRuleArgs>>)
@JvmName(name = "bgdiqdtsykopemut")
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 = "rvwgsfvpgfgknfbk")
suspend fun rules(vararg values: Output<FirewallPolicyRuleArgs>)


@JvmName(name = "jbtbdxwwoxkqnhyp")
suspend fun rules(values: List<Output<FirewallPolicyRuleArgs>>)
@JvmName(name = "aiejvdthqmxjndcd")
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 = "vmfwmvxpkigqyqbd")
suspend fun rules(argument: List<suspend FirewallPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "lqopwifqkohiqkmg")
suspend fun rules(vararg argument: suspend FirewallPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "xusbnsahqosnbheh")
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.