actions

@JvmName(name = "ebwtovlgcxhncylk")
suspend fun actions(value: Output<List<AutomationRuleActionArgs>>)
@JvmName(name = "nibscsdjinjduvxq")
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 = "pbbogfmvbciubpqq")
suspend fun actions(vararg values: Output<AutomationRuleActionArgs>)


@JvmName(name = "kjosxhrciadxulfp")
suspend fun actions(values: List<Output<AutomationRuleActionArgs>>)
@JvmName(name = "nofherkbukqjqxsd")
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 = "bsqlfhjsajfkjnac")
suspend fun actions(argument: List<suspend AutomationRuleActionArgsBuilder.() -> Unit>)
@JvmName(name = "jtpubbelfvbqwvix")
suspend fun actions(vararg argument: suspend AutomationRuleActionArgsBuilder.() -> Unit)
@JvmName(name = "ewlweruewsmsiojk")
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.