AutomationRulesActionArgs

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

One or more actions that ASHlong takes when a finding matches the defined criteria of a 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 the type of action that Security Hub takes when a finding matches the defined criteria of a rule.

Functions

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