AWS::Forecast::DatasetResource Type Definition for AWS::Forecast::Dataset
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatasetName | string | RequiredCreate-only |
DatasetType | string | Required |
Domain | string | Required |
Schema | object | Required |
DataFrequency | string | |
EncryptionConfig | object | |
Tags | Array<object> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Forecast::Dataset
Resources:
MyResource:
Type: AWS::Forecast::Dataset
Properties:
DatasetName: "my-datasetname"
DatasetType: "TARGET_TIME_SERIES"
Domain: "RETAIL"
Schema: {}
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
forecast:CreateDatasetforecast:DescribeDatasetforecast:DeleteDatasetforecast:ListDatasetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DatasetName