projects_list_only
Lists projects
in a region or regions, for all properties use projects
Overview
Name | projects_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::Project |
Id | aws.sagemaker.projects_list_only |
Fields
Name | Datatype | Description |
---|---|---|
tags | array | An array of key-value pairs to apply to this resource. |
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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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