Automation Rules Action
data class AutomationRulesAction(val findingFieldsUpdate: AutomationRulesFindingFieldsUpdate, val type: AutomationRulesActionType)
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: AutomationRulesFindingFieldsUpdate, type: 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.