rules

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


@JvmName(name = "pdawwcbgfvwinqdl")
suspend fun rules(values: List<Output<FirewallPolicyRuleArgs>>)
@JvmName(name = "etvydluxrsppxtsu")
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 = "jgwgxpixtoimexqc")
suspend fun rules(argument: List<suspend FirewallPolicyRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vnjeysbryrtqgkrv")
suspend fun rules(vararg argument: suspend FirewallPolicyRuleArgsBuilder.() -> Unit)
@JvmName(name = "auuolnhfyxskdjfg")
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.