aggregation_authorizations_list_only
Lists aggregation_authorizations
in a region or regions, for all properties use aggregation_authorizations
Overview
Name | aggregation_authorizations_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Config::AggregationAuthorization |
Id | aws.config.aggregation_authorizations_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all aggregation_authorizations
in a region.
SELECT
region,
authorized_account_id,
authorized_aws_region
FROM aws.config.aggregation_authorizations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the aggregation_authorizations_list_only
resource, see aggregation_authorizations