custom Actions
suspend fun customActions(value: Output<List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs>>)
suspend fun customActions(value: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs>?)
Parameters
value
Set of configuration blocks containing custom action definitions that are available for use by the set of stateless rule. See Custom Action below for details.
suspend fun customActions(vararg values: Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs>)
suspend fun customActions(values: List<Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs>>)
suspend fun customActions(vararg values: RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs)
Parameters
values
Set of configuration blocks containing custom action definitions that are available for use by the set of stateless rule. See Custom Action below for details.
suspend fun customActions(argument: List<suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgsBuilder.() -> Unit>)
suspend fun customActions(vararg argument: suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgsBuilder.() -> Unit)
suspend fun customActions(argument: suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgsBuilder.() -> Unit)
Parameters
argument
Set of configuration blocks containing custom action definitions that are available for use by the set of stateless rule. See Custom Action below for details.