AWS::SageMaker::Project ServiceCatalogProvisioningDetails - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::Project ServiceCatalogProvisioningDetails

Details that you specify to provision a service catalog product. For information about service catalog, see What is AWS Service Catalog.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "PathId" : String, "ProductId" : String, "ProvisioningArtifactId" : String, "ProvisioningParameters" : [ ProvisioningParameter, ... ] }

Properties

PathId

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$

Maximum: 100

Update requires: Replacement

ProductId

The ID of the product to provision.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$

Maximum: 100

Update requires: Replacement

ProvisioningArtifactId

The ID of the provisioning artifact.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$

Maximum: 100

Update requires: Replacement

ProvisioningParameters

A list of key value pairs that you specify when you provision a product.

Required: No

Type: Array of ProvisioningParameter

Update requires: Replacement