Represents a dataset group that holds a collection of related datasets
dataset_group_name
(String) A name for the dataset group.domain
(String) 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.dataset_arns
(List of String) An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.tags
(Attributes List) The tags of Application Insights application. (see below for nested schema)dataset_group_arn
(String) The Amazon Resource Name (ARN) of the dataset group to delete.id
(String) Uniquely identifies the resource.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_forecast_dataset_group.example <resource ID>