---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_forecast_dataset_group Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Represents a dataset group that holds a collection of related datasets
---
# awscc_forecast_dataset_group (Resource)
Represents a dataset group that holds a collection of related datasets
## Schema
### Required
- `dataset_group_name` (String) A name for the dataset group.
- `domain` (String) The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
### Optional
- `dataset_arns` (List of String) An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- `tags` (Attributes List) The tags of Application Insights application. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `dataset_group_arn` (String) The Amazon Resource Name (ARN) of the dataset group to delete.
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `tags`
Optional:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 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 0 to 256 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_forecast_dataset_group.example
```