AWS::Forecast::DatasetGroupRepresents a dataset group that holds a collection of related datasets
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatasetGroupName | string | RequiredCreate-only |
Domain | string | Required |
DatasetArns | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DatasetGroupArn | string | The Amazon Resource Name (ARN) of the dataset group to delete. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Forecast::DatasetGroup
Resources:
MyResource:
Type: AWS::Forecast::DatasetGroup
Properties:
DatasetGroupName: "my-datasetgroupname"
Domain: "RETAIL"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
forecast:CreateDatasetGroupforecast:DescribeDatasetGroupforecast:UpdateDatasetGroupforecast:DeleteDatasetGroupforecast:ListDatasetGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDatasetGroupArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DatasetGroupName