DatasetGroup

class DatasetGroup : KotlinCustomResource

Represents a dataset group that holds a collection of related datasets

Properties

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

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: Output<String>

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

Link copied to clipboard

A name for the dataset group.

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 id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

The tags of Application Insights application.

Link copied to clipboard
val urn: Output<String>