dataset
Gets an individual dataset
resource
Overview
Name | dataset |
Type | Resource |
Description | dataset |
Id | awscc.databrew.dataset |
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
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