project
Gets an individual project
resource
Overview
Name | project |
Type | Resource |
Description | project |
Id | awscc.datazone.project |
Fields
Name | Datatype | Description |
---|---|---|
created_at | string | The timestamp of when the project was created. |
created_by | string | The Amazon DataZone user who created the project. |
description | string | The description of the Amazon DataZone project. |
domain_id | string | The identifier of the Amazon DataZone domain in which the project was created. |
domain_identifier | string | The ID of the Amazon DataZone domain in which this project is created. |
glossary_terms | array | The glossary terms that can be used in this Amazon DataZone project. |
id | string | The ID of the Amazon DataZone project. |
last_updated_at | string | The timestamp of when the project was last updated. |
name | string | The name of the Amazon DataZone project. |
region | string | AWS 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