Skip to main content

dataset_group_tags

Expands all tag keys and values for dataset_groups in a region

Overview

Namedataset_group_tags
TypeResource
DescriptionRepresents a dataset group that holds a collection of related datasets
Idaws.forecast.dataset_group_tags

Fields

NameDatatypeDescription
dataset_arnsarrayAn array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
dataset_group_namestringA name for the dataset group.
domainstringThe 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_arnstringThe Amazon Resource Name (ARN) of the dataset group to delete.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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