AWS::SecurityHub::AutomationRuleV2Creates a V2 automation rule.
import { CfnAutomationRuleV2 } from 'aws-cdk-lib/aws-securityhub';Or use the module namespace:
import * as securityhub from 'aws-cdk-lib/aws-securityhub';
// securityhub.CfnAutomationRuleV2Configuration passed to the constructor as CfnAutomationRuleV2Props.
actionsRequiredIResolvable | IResolvable | AutomationRulesActionV2Property[]A list of actions to be performed when the rule criteria is met.
criteriaRequiredIResolvable | CriteriaPropertyThe filtering type and configuration of the automation rule.
descriptionRequiredstringA description of the V2 automation rule.
ruleNameRequiredstringThe name of the V2 automation rule.
ruleOrderRequirednumberThe value for the rule priority.
ruleStatusOptionalstringThe status of the V2 automation rule.
tagsOptional{ [key: string]: string }A list of key-value pairs associated with the V2 automation rule.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-securityhubAWS::SecurityHub::AutomationRuleV2