Skip to main content

project_tags

Expands all tag keys and values for projects in a region

Overview

Nameproject_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::Project
Idaws.sagemaker.project_tags

Fields

NameDatatypeDescription
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all projects in a region.

SELECT
region,
project_arn,
project_id,
project_name,
project_description,
creation_time,
service_catalog_provisioning_details,
service_catalog_provisioned_product_details,
project_status,
tag_key,
tag_value
FROM aws.sagemaker.project_tags
WHERE region = 'us-east-1';

Permissions

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