action Definition
suspend fun actionDefinition(value: Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionArgs>)
suspend fun actionDefinition(value: RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionArgs)
Parameters
value
A configuration block describing the custom action associated with the action_name
. See Action Definition below for details.
suspend fun actionDefinition(argument: suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionArgsBuilder.() -> Unit)
Parameters
argument
A configuration block describing the custom action associated with the action_name
. See Action Definition below for details.