AutomationRuleActionArgs

data class AutomationRuleActionArgs(val findingFieldsUpdate: Output<AutomationRuleActionFindingFieldsUpdateArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<AutomationRuleActionArgs>

Constructors

Link copied to clipboard
constructor(findingFieldsUpdate: Output<AutomationRuleActionFindingFieldsUpdateArgs>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard

A block that specifies that the automation rule action is an update to a finding field. Documented below.

Link copied to clipboard
val type: Output<String>? = null

Specifies that the rule action should update the Types finding field. The Types finding field classifies findings in the format of namespace/category/classifier.

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleActionArgs