project
Gets an individual project
resource
Overview
Name | project |
Type | Resource |
Description | project |
Id | awscc.databrew.project |
Fields
Name | Datatype | Description |
---|---|---|
dataset_name | string | Dataset name |
name | string | Project name |
recipe_name | string | Recipe name |
role_arn | string | Role arn |
sample | object | Sample |
tags | array | |
region | string | AWS 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