stateless Rules
suspend fun statelessRules(value: Output<List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs>>)
suspend fun statelessRules(value: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs>)
Parameters
value
Set of configuration blocks containing the stateless rules for use in the stateless rule group. See Stateless Rule below for details.
suspend fun statelessRules(vararg values: Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs>)
suspend fun statelessRules(values: List<Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs>>)
suspend fun statelessRules(vararg values: RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs)
Parameters
values
Set of configuration blocks containing the stateless rules for use in the stateless rule group. See Stateless Rule below for details.
suspend fun statelessRules(argument: List<suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgsBuilder.() -> Unit>)
suspend fun statelessRules(vararg argument: suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgsBuilder.() -> Unit)
suspend fun statelessRules(argument: suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgsBuilder.() -> Unit)
Parameters
argument
Set of configuration blocks containing the stateless rules for use in the stateless rule group. See Stateless Rule below for details.