v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

Gets information about the configuration required to provision the specified product using the specified provisioning artifact.

If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key. The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to ProvisionProduct, do not include conflicted TagOption keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value". Tag the provisioned product with the value sc-tagoption-conflict-portfolioId-productId.

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

Headers

X-Amz-Target'AWS242ServiceCatalogService.DescribeProvisioningParameters' 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 product 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.

Response

Success