actions

@JvmName(name = "fuvnsnshuxgawrdl")
suspend fun actions(value: Output<List<AutomationRuleActionArgs>>)
@JvmName(name = "ahfvuqhcbcalxjsu")
suspend fun actions(value: List<AutomationRuleActionArgs>?)

Parameters

value

A block that specifies one or more actions to update finding fields if a finding matches the conditions specified in Criteria. Documented below.


@JvmName(name = "uvbaiqmbkcouixdl")
suspend fun actions(vararg values: Output<AutomationRuleActionArgs>)


@JvmName(name = "bklfjcqxixoretrc")
suspend fun actions(values: List<Output<AutomationRuleActionArgs>>)
@JvmName(name = "abinglbidaybqurv")
suspend fun actions(vararg values: AutomationRuleActionArgs)

Parameters

values

A block that specifies one or more actions to update finding fields if a finding matches the conditions specified in Criteria. Documented below.


@JvmName(name = "xvcminvmbfnrivoe")
suspend fun actions(argument: List<suspend AutomationRuleActionArgsBuilder.() -> Unit>)
@JvmName(name = "pysmksngsgwrmima")
suspend fun actions(vararg argument: suspend AutomationRuleActionArgsBuilder.() -> Unit)
@JvmName(name = "bifklgciboqodydi")
suspend fun actions(argument: suspend AutomationRuleActionArgsBuilder.() -> Unit)

Parameters

argument

A block that specifies one or more actions to update finding fields if a finding matches the conditions specified in Criteria. Documented below.