Skip to main content

dataset_groups_list_only

Lists dataset_groups in a region or regions, for all properties use dataset_groups

Overview

Namedataset_groups_list_only
TypeResource
DescriptionRepresents a dataset group that holds a collection of related datasets
Idaws.forecast.dataset_groups_list_only

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.
tagsarrayThe tags of Application Insights application.
dataset_group_arnstringThe Amazon Resource Name (ARN) of the dataset group to delete.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all dataset_groups in a region.

SELECT
region,
dataset_group_arn
FROM aws.forecast.dataset_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the dataset_groups_list_only resource, see dataset_groups