---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_resourcegroups_group Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::ResourceGroups::Group
---
# awscc_resourcegroups_group (Data Source)
Data Source schema for AWS::ResourceGroups::Group
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String) The Resource Group ARN.
- `configuration` (Attributes List) (see [below for nested schema](#nestedatt--configuration))
- `description` (String) The description of the resource group
- `name` (String) The name of the resource group
- `resource_query` (Attributes) (see [below for nested schema](#nestedatt--resource_query))
- `resources` (List of String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `configuration`
Read-Only:
- `parameters` (Attributes List) (see [below for nested schema](#nestedatt--configuration--parameters))
- `type` (String)
### Nested Schema for `configuration.parameters`
Read-Only:
- `name` (String)
- `values` (List of String)
### Nested Schema for `resource_query`
Read-Only:
- `query` (Attributes) (see [below for nested schema](#nestedatt--resource_query--query))
- `type` (String)
### Nested Schema for `resource_query.query`
Read-Only:
- `resource_type_filters` (List of String)
- `stack_identifier` (String)
- `tag_filters` (Attributes List) (see [below for nested schema](#nestedatt--resource_query--query--tag_filters))
### Nested Schema for `resource_query.query.tag_filters`
Read-Only:
- `key` (String)
- `values` (List of String)
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)