project_tags
Expands all tag keys and values for projects
in a region
Overview
Name | project_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Project |
Id | aws.sagemaker.project_tags |
Fields
Name | Datatype | Description |
---|---|---|
project_arn | string | The Amazon Resource Name (ARN) of the Project. |
project_id | string | Project Id. |
project_name | string | The name of the project. |
project_description | string | The description of the project. |
creation_time | string | The time at which the project was created. |
service_catalog_provisioning_details | object | Input ServiceCatalog Provisioning Details |
service_catalog_provisioned_product_details | object | Provisioned ServiceCatalog Details |
project_status | string | The status of a project. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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