GetDatasetGroupResult

data class GetDatasetGroupResult(val datasetArns: List<String>? = null, val datasetGroupArn: String? = null, val domain: DatasetGroupDomain? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datasetArns: 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 datasetGroupArn: String? = null

The Amazon Resource Name (ARN) of the dataset group to delete.

Link copied to clipboard

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: List<Tag>? = null

The tags of Application Insights application.