datasets_list_only
Lists datasets
in a region or regions, for all properties use datasets
Overview
Name | datasets_list_only |
Type | Resource |
Description | Resource schema for AWS::Personalize::Dataset. |
Id | aws.personalize.datasets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name for the dataset |
dataset_arn | string | The ARN of the dataset |
dataset_type | string | The type of dataset |
dataset_group_arn | string | The Amazon Resource Name (ARN) of the dataset group to add the dataset to |
schema_arn | string | The ARN of the schema to associate with the dataset. The schema defines the dataset fields. |
dataset_import_job | object | Initial DatasetImportJob for the created dataset |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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