Skip to main content

projects_list_only

Lists projects in a region or regions, for all properties use projects

Overview

Nameprojects_list_only
TypeResource
DescriptionAmazon DataZone projects are business use case–based groupings of people, assets (data), and tools used to simplify access to the AWS analytics.
Idaws.datazone.projects_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all projects in a region.

SELECT
region,
domain_id,
id
FROM aws.datazone.projects_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the projects_list_only resource, see projects