Skip to main content

service_action_execution_parameters

Creates, updates, deletes, gets or lists a service_action_execution_parameters resource.

Overview

Nameservice_action_execution_parameters
TypeResource
Idaws.servicecatalog.service_action_execution_parameters

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
service_action_parametersarrayThe parameters of the self-service action.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_service_action_execution_parametersselectregionFinds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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.

SELECT
service_action_parameters
FROM aws.servicecatalog.service_action_execution_parameters
WHERE region = '{{ region }}' -- required
;