--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_config_configuration_aggregator Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Config::ConfigurationAggregator --- # awscc_config_configuration_aggregator (Resource) Resource Type definition for AWS::Config::ConfigurationAggregator ## Schema ### Optional - `account_aggregation_sources` (Attributes List) (see [below for nested schema](#nestedatt--account_aggregation_sources)) - `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)) ### Read-Only - `configuration_aggregator_arn` (String) The Amazon Resource Name (ARN) of the aggregator. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `account_aggregation_sources` Optional: - `account_ids` (List of String) - `all_aws_regions` (Boolean) - `aws_regions` (List of String) ### Nested Schema for `organization_aggregation_source` Optional: - `all_aws_regions` (Boolean) - `aws_regions` (List of String) - `role_arn` (String) ### Nested Schema for `tags` Optional: - `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 -. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_config_configuration_aggregator.example ```