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 AWS CloudFormation template, use the following syntax:
JSON
{
"PathId" : String
,
"ProductId" : String
,
"ProvisioningArtifactId" : String
,
"ProvisioningParameters" : [ ProvisioningParameter, ... ]
}
YAML
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