Skip to main content

datasets_list_only

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

Overview

Namedatasets_list_only
TypeResource
DescriptionResource schema for AWS::Personalize::Dataset.
Idaws.personalize.datasets_list_only

Fields

NameDatatypeDescription
namestringThe name for the dataset
dataset_arnstringThe ARN of the dataset
dataset_typestringThe type of dataset
dataset_group_arnstringThe Amazon Resource Name (ARN) of the dataset group to add the dataset to
schema_arnstringThe ARN of the schema to associate with the dataset. The schema defines the dataset fields.
dataset_import_jobobjectInitial DatasetImportJob for the created dataset
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all datasets in a region.

SELECT
region,
dataset_arn
FROM aws.personalize.datasets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the datasets_list_only resource, see datasets