Skip to main content

aggregation_authorization

Gets an individual aggregation_authorization resource

Overview

Nameaggregation_authorization
TypeResource
Descriptionaggregation_authorization
Idawscc.config.aggregation_authorization

Fields

NameDatatypeDescription
authorized_account_idstringThe 12-digit account ID of the account authorized to aggregate data.
authorized_aws_regionstringThe region authorized to collect aggregated data.
aggregation_authorization_arnstringThe ARN of the AggregationAuthorization.
tagsarrayThe tags for the AggregationAuthorization.
regionstringAWS 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