aggregation_authorizations
Retrieves a list of aggregation_authorizations
in a region
Overview
Name | aggregation_authorizations |
Type | Resource |
Description | aggregation_authorizations |
Id | awscc.config.aggregation_authorizations |
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. |
region | string | AWS 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