--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_sagemaker_project Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::SageMaker::Project --- # awscc_sagemaker_project (Resource) Resource Type definition for AWS::SageMaker::Project ## Schema ### Required - `project_name` (String) The name of the project. - `service_catalog_provisioning_details` (Attributes) Input ServiceCatalog Provisioning Details (see [below for nested schema](#nestedatt--service_catalog_provisioning_details)) ### Optional - `project_description` (String) The description of the project. - `tags` (Attributes List) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `creation_time` (String) The time at which the project was created. - `id` (String) Uniquely identifies the resource. - `project_arn` (String) The Amazon Resource Name (ARN) of the Project. - `project_id` (String) Project Id. - `project_status` (String) The status of a project. - `service_catalog_provisioned_product_details` (Attributes) Provisioned ServiceCatalog Details (see [below for nested schema](#nestedatt--service_catalog_provisioned_product_details)) ### Nested Schema for `service_catalog_provisioning_details` Required: - `path_id` (String) The path identifier of the product. - `product_id` (String) Service Catalog product identifier. - `provisioning_artifact_id` (String) The identifier of the provisioning artifact (also known as a version). - `provisioning_parameters` (Attributes List) Parameters specified by the administrator that are required for provisioning the product. (see [below for nested schema](#nestedatt--service_catalog_provisioning_details--provisioning_parameters)) ### Nested Schema for `service_catalog_provisioning_details.provisioning_parameters` Required: - `key` (String) The parameter key. - `value` (String) The parameter value. ### Nested Schema for `tags` Optional: - `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ### Nested Schema for `service_catalog_provisioned_product_details` Read-Only: - `provisioned_product_id` (String) The identifier of the provisioning artifact (also known as a version). - `provisioned_product_status_message` (String) Provisioned Product Status Message ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_sagemaker_project.example ```