DatasetArgs

data class DatasetArgs(val dataFrequency: Output<String>? = null, val datasetName: Output<String>? = null, val datasetType: Output<DatasetType>? = null, val domain: Output<DatasetDomain>? = null, val encryptionConfig: Output<EncryptionConfigPropertiesArgs>? = null, val schema: Output<SchemaPropertiesArgs>? = null, val tags: Output<List<TagsItemPropertiesArgs>>? = null) : ConvertibleToJava<DatasetArgs>

Resource Type Definition for AWS::Forecast::Dataset

Constructors

Link copied to clipboard
fun DatasetArgs(dataFrequency: Output<String>? = null, datasetName: Output<String>? = null, datasetType: Output<DatasetType>? = null, domain: Output<DatasetDomain>? = null, encryptionConfig: Output<EncryptionConfigPropertiesArgs>? = null, schema: Output<SchemaPropertiesArgs>? = null, tags: Output<List<TagsItemPropertiesArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DatasetArgs

Properties

Link copied to clipboard
val dataFrequency: Output<String>? = null

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

Link copied to clipboard
val datasetName: Output<String>? = null

A name for the dataset

Link copied to clipboard
val datasetType: Output<DatasetType>? = null

The dataset type

Link copied to clipboard
val domain: Output<DatasetDomain>? = null

The domain associated with the dataset

Link copied to clipboard
Link copied to clipboard
val schema: Output<SchemaPropertiesArgs>? = null
Link copied to clipboard
val tags: Output<List<TagsItemPropertiesArgs>>? = null