awsDynamo params Schema #
undefined#/properties/postProcess/items/allOf/30/properties/params
Parameters to be passed to the awsDynamo module
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
params Type #
object (awsDynamo params)
awsDynamo params Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| awsAccess | object |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| inputConverter | Flexible | Required | cannot be null | specSchema (Unified Pipeline Specification) |
| outputConverter | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| operation | Not specified | Required | cannot be null | specSchema (Unified Pipeline Specification) |
| onError | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| skipInvoke | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| useDocumentClient | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| data | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
awsAccess #
AWS Access Credentials
awsAccess
inputConverter #
inputConverter TODO
inputConverter
- is required
- type: any of the folllowing:
arrayorstring(inputConverter) - cannot be null
- defined in: inputConverter
outputConverter #
outputConverter TODO
outputConverter
- is optional
- type: any of the folllowing:
arrayorstring(outputConverter) - cannot be null
- defined in: outputConverter
operation #
Enumeration of strings with constraints below
operation
operation Constraints #
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"get" |
|
"put" |
|
"getItem" |
|
"putItem" |
|
"query" |
onError #
Enumeration of strings with constraints below
onError
onError Constraints #
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"throw" |
|
"ignore" |
skipInvoke #
skipInvoke TODO
skipInvoke
- is optional
- type:
boolean - cannot be null
- Unstructured type
useDocumentClient #
useDocumentClient TODO
useDocumentClient
- is optional
- type:
boolean - cannot be null
- Unstructured type
data #
Inline data to be processed by the JSONata expressions
data