servicecatalog_get_provisioned_product_outputs {paws.management} | R Documentation |
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
Description
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.
Usage
servicecatalog_get_provisioned_product_outputs(
AcceptLanguage = NULL,
ProvisionedProductId = NULL,
ProvisionedProductName = NULL,
OutputKeys = NULL,
PageSize = NULL,
PageToken = NULL
)
Arguments
AcceptLanguage |
The language code.
|
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. |