Created
April 27, 2020 09:39
-
-
Save gezza-b/3b2aa7036ea88382ee6a0a37c91d31d7 to your computer and use it in GitHub Desktop.
aggregator-org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resources: | |
ConfigAggregator: | |
Type: AWS::Config::ConfigurationAggregator | |
Properties: | |
ConfigurationAggregatorName: !Ref AggregatorName | |
OrganizationAggregationSource: | |
AllAwsRegions: true | |
RoleArn: !GetAtt OrgRecorderRole.Arn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment