Skip to main content

projects

Retrieves a list of projects in a region

Overview

Nameprojects
TypeResource
Descriptionprojects
Idawscc.databrew.projects

Fields

NameDatatypeDescription
namestringProject name
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

databrew:CreateProject,
databrew:TagResource,
databrew:UntagResource,
iam:PassRole

List

databrew:ListProjects,
databrew:ListTagsForResource,
iam:ListRoles