project
Gets an individual project
resource
Overview
Name | project |
Type | Resource |
Description | project |
Id | awscc.sagemaker.project |
Fields
Name | Datatype | Description |
---|---|---|
tags | array | An array of key-value pairs to apply to this resource. |
project_arn | string | |
project_id | string | |
project_name | string | |
project_description | string | |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
tags,
project_arn,
project_id,
project_name,
project_description,
creation_time,
service_catalog_provisioning_details,
service_catalog_provisioned_product_details,
project_status
FROM awscc.sagemaker.project
WHERE data__Identifier = '<ProjectArn>';
Permissions
To operate on the project
resource, the following permissions are required:
Read
sagemaker:DescribeProject,
sagemaker:ListTags
Update
sagemaker:DescribeProject,
sagemaker:ListTags,
sagemaker:AddTags,
sagemaker:DeleteTags
Delete
sagemaker:DeleteProject,
sagemaker:DescribeProject,
servicecatalog:TerminateProvisionedProduct,
servicecatalog:DescribeRecord