Automation Rule Args
The `AWS::SecurityHub::AutomationRule`
resource specifies an automation rule based on input parameters. For more information, see Automation rules in the User Guide.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Properties
One or more actions to update finding fields if a finding matches the conditions specified in `Criteria`
.
A set of Security Finding Format (ASFF) finding field attributes and corresponding expected values that ASH uses to filter findings. If a rule is enabled and a finding matches the criteria specified in this parameter, ASH applies the rule action to the finding.
A description of the rule.
Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If a rule is terminal, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. By default, a rule isn't terminal.
Whether the rule is active after it is created. If this parameter is equal to `ENABLED`
, ASH applies the rule to findings and finding updates after the rule is created.