Dataset Args
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)