Learn R Programming

paws.management (version 0.1.9)

servicecatalog_describe_service_action_execution_parameters: 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.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Request syntax

svc$describe_service_action_execution_parameters(
  ProvisionedProductId = "string",
  ServiceActionId = "string",
  AcceptLanguage = "string"
)