DatasetGroupArgs

data class DatasetGroupArgs(val datasetArns: Output<List<String>>? = null, val datasetGroupName: Output<String>? = null, val domain: Output<DatasetGroupDomain>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DatasetGroupArgs>

Represents a dataset group that holds a collection of related datasets

Constructors

Link copied to clipboard
constructor(datasetArns: Output<List<String>>? = null, datasetGroupName: Output<String>? = null, domain: Output<DatasetGroupDomain>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.

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

A name for the dataset group.

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

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

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

The tags of Application Insights application.

Functions

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