AWS::SecurityHub::AggregatorV2Enables aggregation across AWS Regions .
import { CfnAggregatorV2 } from 'aws-cdk-lib/aws-securityhub';Or use the module namespace:
import * as securityhub from 'aws-cdk-lib/aws-securityhub';
// securityhub.CfnAggregatorV2Configuration passed to the constructor as CfnAggregatorV2Props.
linkedRegionsRequiredstring[]The list of Regions that are linked to the aggregation Region.
regionLinkingModeRequiredstringDetermines how Regions are linked to an Aggregator V2.
tagsOptional{ [key: string]: string }A list of key-value pairs to be applied to the AggregatorV2.
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::AggregatorV2