Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-forecast-dataset.json
Parent schema serverless-framework-configuration
Type: object

Resource Type Definition for AWS::Forecast::Dataset. Source:- https://github.com/junlinzw/aws-cloudformation-resource-providers-forecast

Properties

DatasetName string | Aws_CF_FunctionString required

A name for the dataset

DatasetType string | Aws_CF_FunctionString required

The dataset type

Domain string | Aws_CF_FunctionString required

The domain associated with the dataset

Schema object required
1 nested properties
Attributes object[]
minItems=1maxItems=100
DataFrequency string | Aws_CF_FunctionString

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

EncryptionConfig object
2 nested properties
KmsKeyArn string | Aws_CF_FunctionString

KMS key used to encrypt the Dataset data

RoleArn string | Aws_CF_FunctionString

The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.

Tags object[]
minItems=0maxItems=200

Definitions

Attributes object[]
KmsKeyArn string | Aws_CF_FunctionString

KMS key used to encrypt the Dataset data

RoleArn string | Aws_CF_FunctionString

The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.

Key string | Aws_CF_FunctionString

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 | Aws_CF_FunctionString

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 -.