---
type: resource-type
title: ForecastDataset
description: aws resource type AWS::Forecast::Dataset
name: ForecastDataset
lexicon: aws
resource_type: AWS::Forecast::Dataset
---
`AWS::Forecast::Dataset`, a resource type of the aws lexicon.

## Properties

- `DatasetName` (`string`, required): A name for the dataset
- `DatasetType` (`"ITEM_METADATA" | "RELATED_TIME_SERIES" | "TARGET_TIME_SERIES"`, required): The dataset type
- `Domain` (`"CUSTOM" | "EC2_CAPACITY" | "INVENTORY_PLANNING" | "METRICS" | "RETAIL" | "WEB_TRAFFIC" | "WORK_FORCE"`, required): The domain associated with the dataset
- `Schema` (`Record<string, unknown>`, required)
- `Arn` (`string`, optional)
- `DataFrequency` (`string`, optional): Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- `EncryptionConfig` (`Record<string, unknown>`, optional)
- `Tags` (`Record<string, unknown>[]`, optional)

## Attributes

- `Arn`
