Skip to main content

aggregation_authorizations

Retrieves a list of aggregation_authorizations in a region

Overview

Nameaggregation_authorizations
TypeResource
Descriptionaggregation_authorizations
Idawscc.config.aggregation_authorizations

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.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
authorized_account_id,
authorized_aws_region
FROM awscc.config.aggregation_authorizations
WHERE region = 'us-east-1'

Permissions

To operate on the aggregation_authorizations resource, the following permissions are required:

Create

config:DescribeAggregationAuthorizations,
config:PutAggregationAuthorization,
config:TagResource

List

config:DescribeAggregationAuthorizations