Skip to main content

projects

Retrieves a list of projects in a region

Overview

Nameprojects
TypeResource
Descriptionprojects
Idawscc.datazone.projects

Fields

NameDatatypeDescription
domain_idstringThe identifier of the Amazon DataZone domain in which the project was created.
idstringThe ID of the Amazon DataZone project.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_id,
id
FROM awscc.datazone.projects
WHERE region = 'us-east-1'

Permissions

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

Create

datazone:CreateProject,
datazone:GetProject

List

datazone:ListProjects