awsSes params Schema #
undefined#/properties/postProcess/items/allOf/28/properties/params
Parameters to be passed to the awsSes 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 (awsSes params)
awsSes params Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| trigger | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| preTransformer | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| postTransformerSuccess | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| postTransformerError | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| passthrough | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| disable | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| data | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
trigger #
trigger TODO
trigger
- is optional
- type: any of the folllowing:
arrayorstring(trigger) - cannot be null
- defined in: trigger
preTransformer #
preTransformer TODO
preTransformer
- is optional
- type: any of the folllowing:
arrayorstring(preTransformer) - cannot be null
- defined in: preTransformer
postTransformerSuccess #
postTransformerSuccess TODO
postTransformerSuccess
- is optional
- type: any of the folllowing:
arrayorstring(postTransformerSuccess) - cannot be null
- defined in: postTransformerSuccess
postTransformerError #
postTransformerError TODO
postTransformerError
- is optional
- type: any of the folllowing:
arrayorstring(postTransformerError) - cannot be null
- defined in: postTransformerError
passthrough #
passthrough TODO
passthrough
- is optional
- type: any of the folllowing:
arrayorstring(passthrough) - cannot be null
- defined in: passthrough
disable #
disable TODO
disable
- is optional
- type: any of the folllowing:
arrayorstring(disable) - cannot be null
- defined in: disable
data #
Inline data to be processed by the JSONata expressions
data