servicecatalog_execute_provisioned_product_service_action: Executes a self-service action against a provisioned product

View source: R/servicecatalog_operations.R

servicecatalog_execute_provisioned_product_service_actionR Documentation

Executes a self-service action against a provisioned product

Description

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.

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 - Japanese

  • zh - 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 as TARGET.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.