aggregation_authorization
Gets an individual aggregation_authorization
resource
Overview
Name | aggregation_authorization |
Type | Resource |
Description | aggregation_authorization |
Id | awscc.config.aggregation_authorization |
Fields
Name | Datatype | Description |
---|---|---|
authorized_account_id | string | The 12-digit account ID of the account authorized to aggregate data. |
authorized_aws_region | string | The region authorized to collect aggregated data. |
aggregation_authorization_arn | string | The ARN of the AggregationAuthorization. |
tags | array | The tags for the AggregationAuthorization. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
authorized_account_id,
authorized_aws_region,
aggregation_authorization_arn,
tags
FROM awscc.config.aggregation_authorization
WHERE data__Identifier = '<AuthorizedAccountId>|<AuthorizedAwsRegion>';
Permissions
To operate on the aggregation_authorization
resource, the following permissions are required:
Update
config:DescribeAggregationAuthorizations,
config:TagResource,
config:UntagResource,
config:ListTagsForResource
Read
config:DescribeAggregationAuthorizations,
config:ListTagsForResource
Delete
config:DescribeAggregationAuthorizations,
config:DeleteAggregationAuthorization,
config:UntagResource