dataset_group_tags
Expands all tag keys and values for dataset_groups
in a region
Overview
Name | dataset_group_tags |
Type | Resource |
Description | Represents a dataset group that holds a collection of related datasets |
Id | aws.forecast.dataset_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
dataset_arns | array | An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group. |
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_group_arn | string | The Amazon Resource Name (ARN) of the dataset group to delete. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all dataset_groups
in a region.
SELECT
region,
dataset_arns,
dataset_group_name,
domain,
dataset_group_arn,
tag_key,
tag_value
FROM aws.forecast.dataset_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the dataset_group_tags
resource, see dataset_groups