Executes a self-service action against a provisioned product
Source:R/servicecatalog_operations.R
servicecatalog_execute_provisioned_product_service_action.RdExecutes 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.
Usage
servicecatalog_execute_provisioned_product_service_action(
ProvisionedProductId,
ServiceActionId,
ExecuteToken,
AcceptLanguage = NULL,
Parameters = NULL
)Arguments
- ProvisionedProductId
[required] The identifier of the provisioned product.
- ServiceActionId
[required] The self-service action identifier. For example,
act-fs7abcd89wxyz.- ExecuteToken
[required] An idempotency token that uniquely identifies the execute request.
- AcceptLanguage
The language code.
jp- Japanesezh- Chinese
- Parameters
A map of all self-service action parameters and their values. If a provided parameter is of a special type, such as
TARGET, the provided value will override the default value generated by Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for any special parameters such asTARGET.