paws.management (version 0.1.0)

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

Description

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

Usage

servicecatalog_describe_provisioning_parameters(AcceptLanguage,
  ProductId, ProvisioningArtifactId, PathId)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProductId

[required] The product identifier.

ProvisioningArtifactId

[required] The identifier of the provisioning artifact.

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. To list the paths for a product, use ListLaunchPaths.

Request syntax

svc$describe_provisioning_parameters(
  AcceptLanguage = "string",
  ProductId = "string",
  ProvisioningArtifactId = "string",
  PathId = "string"
)

Details

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.