This API takes either a ProvisonedProductId
or a ProvisionedProductName
, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.
See https://www.paws-r-sdk.com/docs/servicecatalog_get_provisioned_product_outputs/ for full documentation.
servicecatalog_get_provisioned_product_outputs(
AcceptLanguage = NULL,
ProvisionedProductId = NULL,
ProvisionedProductName = NULL,
OutputKeys = NULL,
PageSize = NULL,
PageToken = NULL
)
The language code.
jp
- Japanese
zh
- Chinese
The identifier of the provisioned product that you want the outputs from.
The name of the provisioned product that you want the outputs from.
The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
The maximum number of items to return with this call.
The page token for the next set of results. To retrieve the first set of results, use null.