Gets information about the configuration required to provision the specified product using the specified provisioning artifact.
servicecatalog_describe_provisioning_parameters(AcceptLanguage,
ProductId, ProvisioningArtifactId, PathId)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The product identifier.
[required] The identifier of the provisioning artifact.
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 ListLaunchPaths.
svc$describe_provisioning_parameters( AcceptLanguage = "string", ProductId = "string", ProvisioningArtifactId = "string", PathId = "string" )
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
.