--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_resourcegroups_group Resource - terraform-provider-awscc" subcategory: "" description: |- Schema for ResourceGroups::Group --- # awscc_resourcegroups_group (Resource) Schema for ResourceGroups::Group ## Schema ### Required - `name` (String) The name of the resource group ### Optional - `configuration` (Attributes List) (see [below for nested schema](#nestedatt--configuration)) - `description` (String) The description 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)) ### Read-Only - `arn` (String) The Resource Group ARN. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `configuration` Optional: - `parameters` (Attributes List) (see [below for nested schema](#nestedatt--configuration--parameters)) - `type` (String) ### Nested Schema for `configuration.parameters` Optional: - `name` (String) - `values` (List of String) ### Nested Schema for `resource_query` Optional: - `query` (Attributes) (see [below for nested schema](#nestedatt--resource_query--query)) - `type` (String) ### Nested Schema for `resource_query.query` Optional: - `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` Optional: - `key` (String) - `values` (List of String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_resourcegroups_group.example ```