AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityHub::AggregatorV2

SecurityHub AggregatorV2

The 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.

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
LinkedRegions
Array<string>
Required
RegionLinkingMode
string
Required
Tags
Tags

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AggregationRegionstringThe aggregation Region of the AggregatorV2
AggregatorV2ArnstringThe ARN of the AggregatorV2 being created and assigned as the unique identifier

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

securityhub:CreateAggregatorV2securityhub:GetAggregatorV2securityhub:TagResourcesecurityhub:ListTagsForResource

read

securityhub:GetAggregatorV2securityhub:ListTagsForResource

update

securityhub:UpdateAggregatorV2securityhub:GetAggregatorV2securityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResource

delete

securityhub:DeleteAggregatorV2

list

securityhub:ListAggregatorsV2securityhub:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSecurityHub
Properties5
Required2
TaggingSupported
Primary IDAggregatorV2Arn

Supported Operations

CreateReadUpdateDeleteList

External Links