---
type: resource-type
title: SageMakerProject
description: aws resource type AWS::SageMaker::Project
name: SageMakerProject
lexicon: aws
resource_type: AWS::SageMaker::Project
---
`AWS::SageMaker::Project`, a resource type of the aws lexicon.

## Properties

- `ProjectName` (`string`, required)
- `CreationTime` (`string`, optional): The time at which the project was created.
- `ProjectArn` (`string`, optional)
- `ProjectDescription` (`string`, optional)
- `ProjectId` (`string`, optional)
- `ProjectStatus` (`"CreateCompleted" | "CreateFailed" | "CreateInProgress" | "DeleteCompleted" | "DeleteFailed" | "DeleteInProgress" | "Pending"`, optional): The status of a project.
- `ServiceCatalogProvisionedProductDetails` (`Record<string, unknown>`, optional): Provisioned ServiceCatalog Details
- `ServiceCatalogProvisioningDetails` (`Record<string, unknown>`, optional): Input ServiceCatalog Provisioning Details
- `Tags` (`SageMakerProject_Tag[]`, optional): An array of key-value pairs to apply to this resource.
- `TemplateProviderDetails` (`SageMakerProject_TemplateProviderDetail[]`, optional): An array of template providers associated with the project.

## Attributes

- `CreationTime`
- `ProjectArn`
- `ProjectId`
- `ProjectStatus`
