Resource Type definition for AWS::SageMaker::Project
project_name
(String) The name of the project.service_catalog_provisioning_details
(Attributes) Input ServiceCatalog Provisioning Details (see below for nested schema)project_description
(String) The description of the project.service_catalog_provisioned_product_details
(Attributes) Provisioned ServiceCatalog Details (see below for nested schema)tags
(Attributes List) An array of key-value pairs to apply to this resource. (see below for nested schema)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_provisioning_details
Required:
product_id
(String) Service Catalog product identifier.Optional:
path_id
(String) The path identifier of the product.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)service_catalog_provisioning_details.provisioning_parameters
Required:
key
(String) The parameter key.value
(String) The parameter value.service_catalog_provisioned_product_details
Optional:
provisioned_product_id
(String) The identifier of the provisioning artifact (also known as a version).provisioned_product_status_message
(String) Provisioned Product Status Messagetags
Required:
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 -.Import is supported using the following syntax:
$ terraform import awscc_sagemaker_project.example <resource ID>