rules
suspend fun rules(value: Output<List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgs>>)
Parameters
value
One or more application_rule
blocks as defined below.
suspend fun rules(vararg values: Output<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgs>)
suspend fun rules(values: List<Output<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgs>>)
suspend fun rules(vararg values: FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgs)
Parameters
values
One or more application_rule
blocks as defined below.
suspend fun rules(argument: List<suspend FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgsBuilder.() -> Unit>)
suspend fun rules(vararg argument: suspend FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgsBuilder.() -> Unit)
suspend fun rules(argument: suspend FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleArgsBuilder.() -> Unit)
Parameters
argument
One or more application_rule
blocks as defined below.