rule Options
suspend fun ruleOptions(value: Output<List<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs>>)
Parameters
value
Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.
suspend fun ruleOptions(vararg values: Output<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs>)
suspend fun ruleOptions(values: List<Output<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs>>)
Parameters
values
Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.
suspend fun ruleOptions(argument: List<suspend RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgsBuilder.() -> Unit>)
suspend fun ruleOptions(vararg argument: suspend RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgsBuilder.() -> Unit)
suspend fun ruleOptions(argument: suspend RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgsBuilder.() -> Unit)
Parameters
argument
Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.