v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

Provisions the specified product.

A provisioned product is a resourced instance of a product. For example, provisioning a product that's based on an CloudFormation template launches an CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.

If the request contains a tag key with an empty list of values, there's a tag conflict for that key. Don't include conflicted keys as tags, or this will cause the error "Parameter validation failed: Missing required parameter in Tags[N]:Value".

When provisioning a product that's been added to a portfolio, you must grant your user, group, or role access to the portfolio. For more information, see Granting users access in the Service Catalog User Guide.

post/#X-Amz-Target=AWS242ServiceCatalogService.ProvisionProduct

Headers

X-Amz-Target'AWS242ServiceCatalogService.ProvisionProduct' required

Request body

AcceptLanguagestring
<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>
ProductIdstring

The product identifier. You must provide the name or ID, but not both.

ProductNamestring

The name of the product. You must provide the name or ID, but not both.

ProvisioningArtifactIdstring

The identifier of the provisioning artifact. You must provide the name or ID, but not both.

ProvisioningArtifactNamestring

The name of the provisioning artifact. You must provide the name or ID, but not both.

PathIdstring

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. To list the paths for a product, use <a>ListLaunchPaths</a>. You must provide the name or ID, but not both.

PathNamestring

The name of the path. You must provide the name or ID, but not both.

ProvisionedProductNamestring required

A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

NotificationArnsNotificationArn[]

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

ProvisionTokenstring required

An idempotency token that uniquely identifies the provisioning request.

Response

Success