Describe Service Action Execution Parameters
| servicecatalog_describe_service_action_execution_parameters | R Documentation | 
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user¶
Description¶
Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.
Usage¶
servicecatalog_describe_service_action_execution_parameters(
  ProvisionedProductId, ServiceActionId, AcceptLanguage)
Arguments¶
- ProvisionedProductId
- [required] The identifier of the provisioned product. 
- ServiceActionId
- [required] The self-service action identifier. 
- AcceptLanguage
- The language code. - jp- Japanese
- zh- Chinese
 
Value¶
A list with the following syntax:
list(
  ServiceActionParameters = list(
    list(
      Name = "string",
      Type = "string",
      DefaultValues = list(
        "string"
      )
    )
  )
)