rules

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


@JvmName(name = "oiniuygpxejxjakq")
suspend fun rules(values: List<Output<FirewallPolicyRuleArgs>>)
@JvmName(name = "bgflafvnjsmkrttl")
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 = "nlebjqrxvqacyorf")
suspend fun rules(argument: List<suspend FirewallPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "kybpqnathxiwdqbh")
suspend fun rules(vararg argument: suspend FirewallPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "kidmjfqoavshbwqs")
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.