AWS::SageMaker::ProjectResource Type definition for AWS::SageMaker::Project
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProjectName | string | RequiredCreate-only |
ProjectDescription | string | Create-only |
ServiceCatalogProvisionedProductDetails | object | |
ServiceCatalogProvisioningDetails | object | Create-only |
Tags | Array<Tag> | Create-only |
TemplateProviderDetails | Array<TemplateProviderDetail> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The time at which the project was created. |
ProjectArn | string | - |
ProjectId | string | - |
ProjectStatus | string | The status of a project. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Project
Resources:
MyResource:
Type: AWS::SageMaker::Project
Properties:
ProjectName: "my-projectname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:AddTagssagemaker:CreateProjectsagemaker:DescribeProjectsagemaker:ListTagsservicecatalog:DescribeProductservicecatalog:DescribeProvisioningArtifactservicecatalog:ProvisionProductservicecatalog:DescribeProvisionedProductsagemaker:DescribeProjectsagemaker:ListTagssagemaker:DescribeProjectsagemaker:ListTagssagemaker:AddTagssagemaker:DeleteTagssagemaker:DeleteProjectsagemaker:DescribeProjectservicecatalog:TerminateProvisionedProductservicecatalog:DescribeRecordcloudformation:DescribeStackscloudformation:DeleteStacksagemaker:ListProjectsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProjectArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProjectNameProjectDescriptionServiceCatalogProvisioningDetailsTemplateProviderDetailsTags