Skip to main content

projects_list_only

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

Overview

Nameprojects_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Project
Idaws.sagemaker.projects_list_only

Fields

NameDatatypeDescription
tagsarrayAn array of key-value pairs to apply to this resource.
project_arnstringThe Amazon Resource Name (ARN) of the Project.
project_idstringProject Id.
project_namestringThe name of the project.
project_descriptionstringThe description of the project.
creation_timestringThe time at which the project was created.
service_catalog_provisioning_detailsobjectInput ServiceCatalog Provisioning Details
service_catalog_provisioned_product_detailsobjectProvisioned ServiceCatalog Details
project_statusstringThe status of a project.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all projects in a region.

SELECT
region,
project_arn
FROM aws.sagemaker.projects_list_only
WHERE region = 'us-east-1';

Permissions

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