Skip to main content

dataset

Gets an individual dataset resource

Overview

Namedataset
TypeResource
Descriptiondataset
Idawscc.databrew.dataset

Fields

NameDatatypeDescription
namestringDataset name
formatstringDataset format
format_optionsobjectFormat options for dataset
inputobjectInput
path_optionsobjectPathOptions
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
format,
format_options,
input,
path_options,
tags
FROM awscc.databrew.dataset
WHERE data__Identifier = '<Name>';

Permissions

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

Read

databrew:DescribeDataset,
databrew:ListTagsForResource,
iam:ListRoles

Update

databrew:UpdateDataset,
glue:GetConnection,
glue:GetTable

Delete

databrew:DeleteDataset