AWS Fundamentals Logo
AWS Fundamentals
AWS::Config::ConfigurationAggregator

Config ConfigurationAggregator

Resource Type definition for AWS::Config::ConfigurationAggregator

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AccountAggregationSources
Array<AccountAggregationSource>
ConfigurationAggregatorName
string
Create-only
OrganizationAggregationSource
OrganizationAggregationSource
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ConfigurationAggregatorArnstringThe Amazon Resource Name (ARN) of the aggregator.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::ConfigurationAggregator

Resources:
  MyResource:
    Type: AWS::Config::ConfigurationAggregator
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

config:PutConfigurationAggregatorconfig:DescribeConfigurationAggregatorsconfig:TagResourceiam:PassRoleorganizations:EnableAWSServiceAccessorganizations:ListDelegatedAdministrators

read

config:DescribeConfigurationAggregatorsconfig:ListTagsForResource

update

config:PutConfigurationAggregatorconfig:DescribeConfigurationAggregatorsconfig:TagResourceconfig:UntagResourceconfig:ListTagsForResourceiam:PassRoleorganizations:EnableAWSServiceAccessorganizations:ListDelegatedAdministrators

delete

config:DeleteConfigurationAggregatorconfig:UntagResource

list

config:DescribeConfigurationAggregators

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

ServiceConfig
Properties5
Required0
TaggingSupported
Primary IDConfigurationAggregatorName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ConfigurationAggregatorName

External Links