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::DataBrew::Dataset. |
Id | aws.databrew.datasets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Dataset name |
format | string | Dataset format |
format_options | object | Format options for dataset |
input | object | Input |
path_options | object | PathOptions |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all datasets
in a region.
SELECT
region,
name
FROM aws.databrew.datasets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the datasets_list_only
resource, see datasets