AWS::Config::AggregationAuthorizationResource Type definition for AWS::Config::AggregationAuthorization
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthorizedAccountId | string | RequiredCreate-only |
AuthorizedAwsRegion | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AggregationAuthorizationArn | string | The ARN of the AggregationAuthorization. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::AggregationAuthorization
Resources:
MyResource:
Type: AWS::Config::AggregationAuthorization
Properties:
AuthorizedAccountId: "my-authorizedaccountid"
AuthorizedAwsRegion: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
config:DescribeAggregationAuthorizationsconfig:PutAggregationAuthorizationconfig:TagResourceconfig:DescribeAggregationAuthorizationsconfig:TagResourceconfig:UntagResourceconfig:ListTagsForResourceconfig:DescribeAggregationAuthorizationsconfig:ListTagsForResourceconfig:DescribeAggregationAuthorizationsconfig:DeleteAggregationAuthorizationconfig:UntagResourceconfig:DescribeAggregationAuthorizationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAuthorizedAccountIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AuthorizedAccountIdAuthorizedAwsRegion