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
domain_idstringThe identifier of the Amazon DataZone domain in which the project was created.
idstringThe ID 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