Skip to main content

@swamp/aws/forecast

v2026.04.23.3

AWS FORECAST infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

awsforecastcloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/aws/forecast

@swamp/aws/forecast/datasetv2026.04.23.2dataset.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
DatasetNamestringA name for the dataset
DatasetTypeenumThe dataset type
DataFrequency?stringFrequency of data collection. This parameter is required for RELATED_TIME_SERIES
DomainenumThe domain associated with the dataset
EncryptionConfig?object
Schemaobject
Tags?array
createCreate a Forecast Dataset
getGet a Forecast Dataset
ArgumentTypeDescription
identifierstringThe primary identifier of the Forecast Dataset
deleteDelete a Forecast Dataset
ArgumentTypeDescription
identifierstringThe primary identifier of the Forecast Dataset
syncSync Forecast Dataset state from AWS

Resources

state(infinite)— Forecast Dataset resource state
@swamp/aws/forecast/dataset-groupv2026.04.23.2dataset_group.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
DatasetArns?arrayAn array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
DatasetGroupNamestringA name for the dataset group.
DomainenumThe 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.
Tags?arrayThe tags of Application Insights application.
createCreate a Forecast DatasetGroup
getGet a Forecast DatasetGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the Forecast DatasetGroup
updateUpdate a Forecast DatasetGroup
deleteDelete a Forecast DatasetGroup
ArgumentTypeDescription
identifierstringThe primary identifier of the Forecast DatasetGroup
syncSync Forecast DatasetGroup state from AWS

Resources

state(infinite)— Forecast DatasetGroup resource state