View source: R/servicecatalog_operations.R
servicecatalog_execute_provisioned_product_service_action | R Documentation |
Executes a self-service action against a provisioned product.
See https://www.paws-r-sdk.com/docs/servicecatalog_execute_provisioned_product_service_action/ for full documentation.
servicecatalog_execute_provisioned_product_service_action(
ProvisionedProductId,
ServiceActionId,
ExecuteToken,
AcceptLanguage = NULL,
Parameters = NULL
)
ProvisionedProductId |
[required] The identifier of the provisioned product. |
ServiceActionId |
[required] The self-service action identifier. For example, |
ExecuteToken |
[required] An idempotency token that uniquely identifies the execute request. |
AcceptLanguage |
The language code.
|
Parameters |
A map of all self-service action parameters and their values. If a
provided parameter is of a special type, such as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.