AWS::SecurityHub::AggregatorV2The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LinkedRegions | Array<string> | Required |
RegionLinkingMode | string | Required |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AggregationRegion | string | The aggregation Region of the AggregatorV2 |
AggregatorV2Arn | string | The ARN of the AggregatorV2 being created and assigned as the unique identifier |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::AggregatorV2
Resources:
MyResource:
Type: AWS::SecurityHub::AggregatorV2
Properties:
RegionLinkingMode: "SPECIFIED_REGIONS"
LinkedRegions: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
securityhub:CreateAggregatorV2securityhub:GetAggregatorV2securityhub:TagResourcesecurityhub:ListTagsForResourcesecurityhub:GetAggregatorV2securityhub:ListTagsForResourcesecurityhub:UpdateAggregatorV2securityhub:GetAggregatorV2securityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResourcesecurityhub:DeleteAggregatorV2securityhub:ListAggregatorsV2securityhub:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAggregatorV2Arn