View source: R/servicecatalog_operations.R
servicecatalog_describe_provisioning_parameters | R Documentation |
Gets information about the configuration required to provision the specified product using the specified provisioning artifact.
See https://www.paws-r-sdk.com/docs/servicecatalog_describe_provisioning_parameters/ for full documentation.
servicecatalog_describe_provisioning_parameters(
AcceptLanguage = NULL,
ProductId = NULL,
ProductName = NULL,
ProvisioningArtifactId = NULL,
ProvisioningArtifactName = NULL,
PathId = NULL,
PathName = NULL
)
AcceptLanguage |
The language code.
|
ProductId |
The product identifier. You must provide the product name or ID, but not both. |
ProductName |
The name of the product. You must provide the name or ID, but not both. |
ProvisioningArtifactId |
The identifier of the provisioning artifact. You must provide the name or ID, but not both. |
ProvisioningArtifactName |
The name of the provisioning artifact. You must provide the name or ID, but not both. |
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
|
PathName |
The name of the path. You must provide the name or ID, but not both. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.