Skip to main content

project

Gets an individual project resource

Overview

Nameproject
TypeResource
Descriptionproject
Idawscc.datazone.project

Fields

NameDatatypeDescription
created_atstringThe timestamp of when the project was created.
created_bystringThe Amazon DataZone user who created the project.
descriptionstringThe description of the Amazon DataZone project.
domain_idstringThe identifier of the Amazon DataZone domain in which the project was created.
domain_identifierstringThe ID of the Amazon DataZone domain in which this project is created.
glossary_termsarrayThe glossary terms that can be used in this Amazon DataZone project.
idstringThe ID of the Amazon DataZone project.
last_updated_atstringThe timestamp of when the project was last updated.
namestringThe name of the Amazon DataZone project.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
created_at,
created_by,
description,
domain_id,
domain_identifier,
glossary_terms,
id,
last_updated_at,
name
FROM awscc.datazone.project
WHERE data__Identifier = '<DomainId>|<Id>';

Permissions

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

Read

datazone:GetProject

Update

datazone:UpdateProject,
datazone:GetProject

Delete

datazone:DeleteProject,
datazone:GetProject