Skip to main content

datasets

Retrieves a list of datasets in a region

Overview

Namedatasets
TypeResource
Descriptiondatasets
Idawscc.databrew.datasets

Fields

NameDatatypeDescription
namestringDataset name
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.databrew.datasets
WHERE region = 'us-east-1'

Permissions

To operate on the datasets resource, the following permissions are required:

Create

databrew:CreateDataset,
databrew:TagResource,
databrew:UntagResource,
glue:GetConnection,
glue:GetTable,
iam:PassRole

List

databrew:ListDatasets,
databrew:ListTagsForResource,
iam:ListRoles