--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_config_configuration_aggregator Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Config::ConfigurationAggregator --- # awscc_config_configuration_aggregator (Data Source) Data Source schema for AWS::Config::ConfigurationAggregator ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `account_aggregation_sources` (Attributes List) (see [below for nested schema](#nestedatt--account_aggregation_sources)) - `configuration_aggregator_arn` (String) The Amazon Resource Name (ARN) of the aggregator. - `configuration_aggregator_name` (String) The name of the aggregator. - `organization_aggregation_source` (Attributes) (see [below for nested schema](#nestedatt--organization_aggregation_source)) - `tags` (Attributes List) The tags for the configuration aggregator. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `account_aggregation_sources` Read-Only: - `account_ids` (List of String) - `all_aws_regions` (Boolean) - `aws_regions` (List of String) ### Nested Schema for `organization_aggregation_source` Read-Only: - `all_aws_regions` (Boolean) - `aws_regions` (List of String) - `role_arn` (String) ### 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 -.