AutomationRulesActionArgs

data class AutomationRulesActionArgs(val findingFieldsUpdate: Output<AutomationRulesFindingFieldsUpdateArgs>, val type: Output<AutomationRulesActionType>) : ConvertibleToJava<AutomationRulesActionArgs>

One or more actions to update finding fields if a finding matches the defined criteria of the rule.

Constructors

Link copied to clipboard
constructor(findingFieldsUpdate: Output<AutomationRulesFindingFieldsUpdateArgs>, type: Output<AutomationRulesActionType>)

Properties

Link copied to clipboard

Specifies that the automation rule action is an update to a finding field.

Link copied to clipboard

Specifies that the rule action should update the `Types` finding field. The `Types` finding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the User Guide.

Functions

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