---
type: resource-type
title: AutomationRuleV2
description: aws resource type AWS::SecurityHub::AutomationRuleV2
name: AutomationRuleV2
lexicon: aws
resource_type: AWS::SecurityHub::AutomationRuleV2
---
`AWS::SecurityHub::AutomationRuleV2`, a resource type of the aws lexicon.

## Properties

- `Actions` (`AutomationRuleV2_AutomationRulesActionV2[]`, required): A list of actions to be performed when the rule criteria is met
- `Criteria` (`AutomationRuleV2_Criteria`, required)
- `Description` (`string`, required): A description of the automation rule
- `RuleName` (`string`, required): The name of the automation rule
- `RuleOrder` (`number`, required): The value for the rule priority
- `CreatedAt` (`string`, optional)
- `RuleArn` (`string`, optional): The ARN of the automation rule
- `RuleId` (`string`, optional): The ID of the automation rule
- `RuleStatus` (`"DISABLED" | "ENABLED"`, optional): The status of the automation rule
- `Tags` (`Record<string, unknown>`, optional)
- `UpdatedAt` (`string`, optional)

## Attributes

- `CreatedAt`
- `RuleArn`
- `RuleId`
- `UpdatedAt`
