AWS::SecurityHub::AutomationRuleV2Resource schema for AWS::SecurityHub::AutomationRuleV2
7 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Actions | Array<AutomationRulesActionV2> | Required |
Criteria | Criteria | Required |
Description | string | Required |
RuleName | string | Required |
RuleOrder | number | Required |
RuleStatus | string | |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
RuleArn | string | The ARN of the automation rule |
RuleId | string | The ID of the automation rule |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::AutomationRuleV2
Resources:
MyResource:
Type: AWS::SecurityHub::AutomationRuleV2
Properties:
RuleName: "my-rulename"
Description: "value"
RuleOrder: 1
Criteria: "value"
Actions: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
securityhub:CreateAutomationRuleV2securityhub:GetAutomationRuleV2securityhub:TagResourcesecurityhub:ListTagsForResourcesecurityhub:GetAutomationRuleV2securityhub:ListTagsForResourcesecurityhub:UpdateAutomationRuleV2securityhub:GetAutomationRuleV2securityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResourcesecurityhub:GetAutomationRuleV2securityhub:DeleteAutomationRuleV2securityhub:ListAutomationRulesV2securityhub:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRuleArn