--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_config_aggregation_authorization Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Config::AggregationAuthorization --- # awscc_config_aggregation_authorization (Data Source) Data Source schema for AWS::Config::AggregationAuthorization ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `aggregation_authorization_arn` (String) The ARN of the AggregationAuthorization. - `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. - `tags` (Attributes List) The tags for the AggregationAuthorization. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `tags` Read-Only: - `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.