customActions

@JvmName(name = "efgjuxagtmnbemkq")
suspend fun customActions(value: Output<List<RuleGroupCustomActionArgs>>)
@JvmName(name = "scwmigenqakrxgpx")
suspend fun customActions(value: List<RuleGroupCustomActionArgs>?)

Parameters

value

Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification. You name each custom action that you define, and then you can use it by name in your stateless rule RuleGroup.RuleDefinition Actions specification.


@JvmName(name = "mridcwrudjigdauw")
suspend fun customActions(vararg values: Output<RuleGroupCustomActionArgs>)


@JvmName(name = "vnutyylydvheitgb")
suspend fun customActions(values: List<Output<RuleGroupCustomActionArgs>>)
@JvmName(name = "dvfcdswgkkvqblol")
suspend fun customActions(vararg values: RuleGroupCustomActionArgs)

Parameters

values

Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification. You name each custom action that you define, and then you can use it by name in your stateless rule RuleGroup.RuleDefinition Actions specification.


@JvmName(name = "gcuorlurnturscwk")
suspend fun customActions(argument: List<suspend RuleGroupCustomActionArgsBuilder.() -> Unit>)
@JvmName(name = "ljwsbbptegpiqylq")
suspend fun customActions(vararg argument: suspend RuleGroupCustomActionArgsBuilder.() -> Unit)
@JvmName(name = "ewqiwkktnbyxuvji")
suspend fun customActions(argument: suspend RuleGroupCustomActionArgsBuilder.() -> Unit)

Parameters

argument

Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification. You name each custom action that you define, and then you can use it by name in your stateless rule RuleGroup.RuleDefinition Actions specification.