Skip to main content

project

Gets an individual project resource

Overview

Nameproject
TypeResource
Descriptionproject
Idawscc.databrew.project

Fields

NameDatatypeDescription
dataset_namestringDataset name
namestringProject name
recipe_namestringRecipe name
role_arnstringRole arn
sampleobjectSample
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
dataset_name,
name,
recipe_name,
role_arn,
sample,
tags
FROM awscc.databrew.project
WHERE data__Identifier = '<Name>';

Permissions

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

Read

databrew:DescribeProject,
databrew:ListTagsForResource,
iam:ListRoles

Update

databrew:UpdateProject,
iam:PassRole

Delete

databrew:DeleteProject