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
Source:R/servicecatalog_operations.R
servicecatalog_get_provisioned_product_outputs.RdThis 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.
Usage
servicecatalog_get_provisioned_product_outputs(
AcceptLanguage = NULL,
ProvisionedProductId = NULL,
ProvisionedProductName = NULL,
OutputKeys = NULL,
PageSize = NULL,
PageToken = NULL
)Arguments
- AcceptLanguage
The language code.
jp- Japanesezh- Chinese
- ProvisionedProductId
The identifier of the provisioned product that you want the outputs from.
- ProvisionedProductName
The name of the provisioned product that you want the outputs from.
- OutputKeys
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.
- PageSize
The maximum number of items to return with this call.
- PageToken
The page token for the next set of results. To retrieve the first set of results, use null.