DatasetArgs

data class DatasetArgs(val datasetDescription: Output<String>? = null, val datasetName: Output<String>? = null, val datasetSource: Output<DatasetSourceArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DatasetArgs>

Resource schema for AWS::IoTSiteWise::Dataset.

Constructors

Link copied to clipboard
constructor(datasetDescription: Output<String>? = null, datasetName: Output<String>? = null, datasetSource: Output<DatasetSourceArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A description about the dataset, and its functionality.

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

The name of the dataset.

Link copied to clipboard
val datasetSource: Output<DatasetSourceArgs>? = null

The data source for the dataset.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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