aws.servicecatalog.describe_service_action_execution_parameters
Example SQL Queries
SELECT * FROMaws.servicecatalog.describe_service_action_execution_parametersWHERE"provisioned_product_id" = 'VALUE'AND "service_action_id" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| provisioned_product_id Required Input Column The identifier of the provisioned product. | VARCHAR |
| service_action_id Required Input Column The self-service action identifier. | VARCHAR |
| accept_language Input Column The language code.
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| service_action_parameters The parameters of the self-service action. | STRUCT( |
Show child fields
| |