@camunda/connectors-element-templates 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -3,7 +3,2443 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "AWS DynamoDB Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
6
|
-
"
|
|
6
|
+
"description": "Manage tables and items with AWS DynamoDB.",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": [
|
|
9
|
+
"create table",
|
|
10
|
+
"delete table",
|
|
11
|
+
"update table",
|
|
12
|
+
"describe table",
|
|
13
|
+
"scan table",
|
|
14
|
+
"add item",
|
|
15
|
+
"delete item",
|
|
16
|
+
"get item",
|
|
17
|
+
"update item"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
|
|
21
|
+
"version": 7,
|
|
22
|
+
"category": {
|
|
23
|
+
"id": "connectors",
|
|
24
|
+
"name": "Connectors"
|
|
25
|
+
},
|
|
26
|
+
"appliesTo": ["bpmn:Task"],
|
|
27
|
+
"elementType": {
|
|
28
|
+
"value": "bpmn:ServiceTask"
|
|
29
|
+
},
|
|
30
|
+
"groups": [
|
|
31
|
+
{
|
|
32
|
+
"id": "operation",
|
|
33
|
+
"label": "Operation"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "authentication",
|
|
37
|
+
"label": "Authentication"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "configuration",
|
|
41
|
+
"label": "Queue properties"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "input",
|
|
45
|
+
"label": "Input"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "output",
|
|
49
|
+
"label": "Output mapping"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "error",
|
|
53
|
+
"label": "Error handling"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "retries",
|
|
57
|
+
"label": "Retries"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"properties": [
|
|
61
|
+
{
|
|
62
|
+
"value": "io.camunda:aws-dynamodb:1",
|
|
63
|
+
"binding": {
|
|
64
|
+
"property": "type",
|
|
65
|
+
"type": "zeebe:taskDefinition"
|
|
66
|
+
},
|
|
67
|
+
"type": "Hidden"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "input.operationGroup",
|
|
71
|
+
"label": "Choose category",
|
|
72
|
+
"group": "operation",
|
|
73
|
+
"binding": {
|
|
74
|
+
"name": "input.operationGroup",
|
|
75
|
+
"type": "zeebe:input"
|
|
76
|
+
},
|
|
77
|
+
"type": "Dropdown",
|
|
78
|
+
"choices": [
|
|
79
|
+
{
|
|
80
|
+
"name": "Table",
|
|
81
|
+
"value": "tableOperation"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "Item",
|
|
85
|
+
"value": "itemOperation"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "input.tableOperation",
|
|
91
|
+
"label": "Select action",
|
|
92
|
+
"group": "operation",
|
|
93
|
+
"binding": {
|
|
94
|
+
"name": "input.tableOperation",
|
|
95
|
+
"type": "zeebe:input"
|
|
96
|
+
},
|
|
97
|
+
"condition": {
|
|
98
|
+
"property": "input.operationGroup",
|
|
99
|
+
"equals": "tableOperation",
|
|
100
|
+
"type": "simple"
|
|
101
|
+
},
|
|
102
|
+
"type": "Dropdown",
|
|
103
|
+
"choices": [
|
|
104
|
+
{
|
|
105
|
+
"name": "Create table",
|
|
106
|
+
"value": "createTable"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "Delete table",
|
|
110
|
+
"value": "deleteTable"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "Describe table",
|
|
114
|
+
"value": "describeTable"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "Scan table",
|
|
118
|
+
"value": "scanTable"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "input.itemOperation",
|
|
124
|
+
"label": "Select action",
|
|
125
|
+
"group": "operation",
|
|
126
|
+
"binding": {
|
|
127
|
+
"name": "input.itemOperation",
|
|
128
|
+
"type": "zeebe:input"
|
|
129
|
+
},
|
|
130
|
+
"condition": {
|
|
131
|
+
"property": "input.operationGroup",
|
|
132
|
+
"equals": "itemOperation",
|
|
133
|
+
"type": "simple"
|
|
134
|
+
},
|
|
135
|
+
"type": "Dropdown",
|
|
136
|
+
"choices": [
|
|
137
|
+
{
|
|
138
|
+
"name": "Add item",
|
|
139
|
+
"value": "addItem"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "Delete item",
|
|
143
|
+
"value": "deleteItem"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "Get item",
|
|
147
|
+
"value": "getItem"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "Update item",
|
|
151
|
+
"value": "updateItem"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "authentication.type",
|
|
157
|
+
"label": "Authentication",
|
|
158
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
159
|
+
"value": "credentials",
|
|
160
|
+
"group": "authentication",
|
|
161
|
+
"binding": {
|
|
162
|
+
"name": "authentication.type",
|
|
163
|
+
"type": "zeebe:input"
|
|
164
|
+
},
|
|
165
|
+
"type": "Dropdown",
|
|
166
|
+
"choices": [
|
|
167
|
+
{
|
|
168
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
169
|
+
"value": "defaultCredentialsChain"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "Credentials",
|
|
173
|
+
"value": "credentials"
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"id": "authentication.accessKey",
|
|
179
|
+
"label": "Access key",
|
|
180
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
181
|
+
"optional": false,
|
|
182
|
+
"constraints": {
|
|
183
|
+
"notEmpty": true
|
|
184
|
+
},
|
|
185
|
+
"feel": "optional",
|
|
186
|
+
"group": "authentication",
|
|
187
|
+
"binding": {
|
|
188
|
+
"name": "authentication.accessKey",
|
|
189
|
+
"type": "zeebe:input"
|
|
190
|
+
},
|
|
191
|
+
"condition": {
|
|
192
|
+
"property": "authentication.type",
|
|
193
|
+
"equals": "credentials",
|
|
194
|
+
"type": "simple"
|
|
195
|
+
},
|
|
196
|
+
"type": "String"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "authentication.secretKey",
|
|
200
|
+
"label": "Secret key",
|
|
201
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
202
|
+
"optional": false,
|
|
203
|
+
"constraints": {
|
|
204
|
+
"notEmpty": true
|
|
205
|
+
},
|
|
206
|
+
"feel": "optional",
|
|
207
|
+
"group": "authentication",
|
|
208
|
+
"binding": {
|
|
209
|
+
"name": "authentication.secretKey",
|
|
210
|
+
"type": "zeebe:input"
|
|
211
|
+
},
|
|
212
|
+
"condition": {
|
|
213
|
+
"property": "authentication.type",
|
|
214
|
+
"equals": "credentials",
|
|
215
|
+
"type": "simple"
|
|
216
|
+
},
|
|
217
|
+
"type": "String"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "configuration.region",
|
|
221
|
+
"label": "Region",
|
|
222
|
+
"description": "Specify the AWS region",
|
|
223
|
+
"optional": false,
|
|
224
|
+
"constraints": {
|
|
225
|
+
"notEmpty": true
|
|
226
|
+
},
|
|
227
|
+
"feel": "optional",
|
|
228
|
+
"group": "configuration",
|
|
229
|
+
"binding": {
|
|
230
|
+
"name": "configuration.region",
|
|
231
|
+
"type": "zeebe:input"
|
|
232
|
+
},
|
|
233
|
+
"type": "String"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "configuration.endpoint",
|
|
237
|
+
"label": "Endpoint",
|
|
238
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
239
|
+
"optional": true,
|
|
240
|
+
"group": "configuration",
|
|
241
|
+
"binding": {
|
|
242
|
+
"name": "configuration.endpoint",
|
|
243
|
+
"type": "zeebe:input"
|
|
244
|
+
},
|
|
245
|
+
"type": "Hidden"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"id": "input.createTable.tableName",
|
|
249
|
+
"label": "Table name",
|
|
250
|
+
"description": "Name of DynamoDB table",
|
|
251
|
+
"optional": false,
|
|
252
|
+
"constraints": {
|
|
253
|
+
"notEmpty": true
|
|
254
|
+
},
|
|
255
|
+
"feel": "optional",
|
|
256
|
+
"group": "input",
|
|
257
|
+
"binding": {
|
|
258
|
+
"name": "input.tableName",
|
|
259
|
+
"type": "zeebe:input"
|
|
260
|
+
},
|
|
261
|
+
"condition": {
|
|
262
|
+
"allMatch": [
|
|
263
|
+
{
|
|
264
|
+
"property": "input.tableOperation",
|
|
265
|
+
"equals": "createTable",
|
|
266
|
+
"type": "simple"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"property": "input.operationGroup",
|
|
270
|
+
"equals": "tableOperation",
|
|
271
|
+
"type": "simple"
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"type": "String"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"id": "input.partitionKey",
|
|
279
|
+
"label": "Partition key",
|
|
280
|
+
"description": "Partition key role. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
281
|
+
"optional": false,
|
|
282
|
+
"constraints": {
|
|
283
|
+
"notEmpty": true
|
|
284
|
+
},
|
|
285
|
+
"feel": "optional",
|
|
286
|
+
"group": "input",
|
|
287
|
+
"binding": {
|
|
288
|
+
"name": "input.partitionKey",
|
|
289
|
+
"type": "zeebe:input"
|
|
290
|
+
},
|
|
291
|
+
"condition": {
|
|
292
|
+
"allMatch": [
|
|
293
|
+
{
|
|
294
|
+
"property": "input.tableOperation",
|
|
295
|
+
"equals": "createTable",
|
|
296
|
+
"type": "simple"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"property": "input.operationGroup",
|
|
300
|
+
"equals": "tableOperation",
|
|
301
|
+
"type": "simple"
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"type": "String"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"id": "input.partitionKeyRole",
|
|
309
|
+
"label": "Partition key role",
|
|
310
|
+
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
311
|
+
"optional": false,
|
|
312
|
+
"constraints": {
|
|
313
|
+
"notEmpty": true
|
|
314
|
+
},
|
|
315
|
+
"group": "input",
|
|
316
|
+
"binding": {
|
|
317
|
+
"name": "input.partitionKeyRole",
|
|
318
|
+
"type": "zeebe:input"
|
|
319
|
+
},
|
|
320
|
+
"condition": {
|
|
321
|
+
"allMatch": [
|
|
322
|
+
{
|
|
323
|
+
"property": "input.tableOperation",
|
|
324
|
+
"equals": "createTable",
|
|
325
|
+
"type": "simple"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"property": "input.operationGroup",
|
|
329
|
+
"equals": "tableOperation",
|
|
330
|
+
"type": "simple"
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
"type": "Dropdown",
|
|
335
|
+
"choices": [
|
|
336
|
+
{
|
|
337
|
+
"name": "HASH",
|
|
338
|
+
"value": "HASH"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "RANGE",
|
|
342
|
+
"value": "RANGE"
|
|
343
|
+
}
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "input.partitionKeyType",
|
|
348
|
+
"label": "Partition key attribute data type",
|
|
349
|
+
"description": "Represents the data for an attribute",
|
|
350
|
+
"optional": false,
|
|
351
|
+
"constraints": {
|
|
352
|
+
"notEmpty": true
|
|
353
|
+
},
|
|
354
|
+
"group": "input",
|
|
355
|
+
"binding": {
|
|
356
|
+
"name": "input.partitionKeyType",
|
|
357
|
+
"type": "zeebe:input"
|
|
358
|
+
},
|
|
359
|
+
"condition": {
|
|
360
|
+
"allMatch": [
|
|
361
|
+
{
|
|
362
|
+
"property": "input.tableOperation",
|
|
363
|
+
"equals": "createTable",
|
|
364
|
+
"type": "simple"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"property": "input.operationGroup",
|
|
368
|
+
"equals": "tableOperation",
|
|
369
|
+
"type": "simple"
|
|
370
|
+
}
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
"type": "Dropdown",
|
|
374
|
+
"choices": [
|
|
375
|
+
{
|
|
376
|
+
"name": "Binary",
|
|
377
|
+
"value": "B"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "Number",
|
|
381
|
+
"value": "N"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "String",
|
|
385
|
+
"value": "S"
|
|
386
|
+
}
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "input.sortKey",
|
|
391
|
+
"label": "Sort key",
|
|
392
|
+
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
393
|
+
"optional": true,
|
|
394
|
+
"feel": "optional",
|
|
395
|
+
"group": "input",
|
|
396
|
+
"binding": {
|
|
397
|
+
"name": "input.sortKey",
|
|
398
|
+
"type": "zeebe:input"
|
|
399
|
+
},
|
|
400
|
+
"condition": {
|
|
401
|
+
"allMatch": [
|
|
402
|
+
{
|
|
403
|
+
"property": "input.tableOperation",
|
|
404
|
+
"equals": "createTable",
|
|
405
|
+
"type": "simple"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"property": "input.operationGroup",
|
|
409
|
+
"equals": "tableOperation",
|
|
410
|
+
"type": "simple"
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
"type": "String"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"id": "input.sortKeyRole",
|
|
418
|
+
"label": "Sort key role",
|
|
419
|
+
"description": "The role that this key attribute will assume",
|
|
420
|
+
"optional": true,
|
|
421
|
+
"group": "input",
|
|
422
|
+
"binding": {
|
|
423
|
+
"name": "input.sortKeyRole",
|
|
424
|
+
"type": "zeebe:input"
|
|
425
|
+
},
|
|
426
|
+
"condition": {
|
|
427
|
+
"allMatch": [
|
|
428
|
+
{
|
|
429
|
+
"property": "input.tableOperation",
|
|
430
|
+
"equals": "createTable",
|
|
431
|
+
"type": "simple"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"property": "input.operationGroup",
|
|
435
|
+
"equals": "tableOperation",
|
|
436
|
+
"type": "simple"
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
"type": "Dropdown",
|
|
441
|
+
"choices": [
|
|
442
|
+
{
|
|
443
|
+
"name": "HASH",
|
|
444
|
+
"value": "HASH"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "RANGE",
|
|
448
|
+
"value": "RANGE"
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"id": "input.sortKeyType",
|
|
454
|
+
"label": "Sort key attribute data type",
|
|
455
|
+
"description": "Represents the data for an attribute",
|
|
456
|
+
"optional": true,
|
|
457
|
+
"group": "input",
|
|
458
|
+
"binding": {
|
|
459
|
+
"name": "input.sortKeyType",
|
|
460
|
+
"type": "zeebe:input"
|
|
461
|
+
},
|
|
462
|
+
"condition": {
|
|
463
|
+
"allMatch": [
|
|
464
|
+
{
|
|
465
|
+
"property": "input.tableOperation",
|
|
466
|
+
"equals": "createTable",
|
|
467
|
+
"type": "simple"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"property": "input.operationGroup",
|
|
471
|
+
"equals": "tableOperation",
|
|
472
|
+
"type": "simple"
|
|
473
|
+
}
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
"type": "Dropdown",
|
|
477
|
+
"choices": [
|
|
478
|
+
{
|
|
479
|
+
"name": "Binary",
|
|
480
|
+
"value": "B"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "Number",
|
|
484
|
+
"value": "N"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "String",
|
|
488
|
+
"value": "S"
|
|
489
|
+
}
|
|
490
|
+
]
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"id": "input.readCapacityUnits",
|
|
494
|
+
"label": "Read capacity units",
|
|
495
|
+
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
496
|
+
"optional": false,
|
|
497
|
+
"constraints": {
|
|
498
|
+
"notEmpty": true
|
|
499
|
+
},
|
|
500
|
+
"feel": "static",
|
|
501
|
+
"group": "input",
|
|
502
|
+
"binding": {
|
|
503
|
+
"name": "input.readCapacityUnits",
|
|
504
|
+
"type": "zeebe:input"
|
|
505
|
+
},
|
|
506
|
+
"condition": {
|
|
507
|
+
"allMatch": [
|
|
508
|
+
{
|
|
509
|
+
"property": "input.tableOperation",
|
|
510
|
+
"equals": "createTable",
|
|
511
|
+
"type": "simple"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"property": "input.operationGroup",
|
|
515
|
+
"equals": "tableOperation",
|
|
516
|
+
"type": "simple"
|
|
517
|
+
}
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
"type": "Number"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "input.writeCapacityUnits",
|
|
524
|
+
"label": "Write capacity units",
|
|
525
|
+
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
526
|
+
"optional": false,
|
|
527
|
+
"constraints": {
|
|
528
|
+
"notEmpty": true
|
|
529
|
+
},
|
|
530
|
+
"feel": "static",
|
|
531
|
+
"group": "input",
|
|
532
|
+
"binding": {
|
|
533
|
+
"name": "input.writeCapacityUnits",
|
|
534
|
+
"type": "zeebe:input"
|
|
535
|
+
},
|
|
536
|
+
"condition": {
|
|
537
|
+
"allMatch": [
|
|
538
|
+
{
|
|
539
|
+
"property": "input.tableOperation",
|
|
540
|
+
"equals": "createTable",
|
|
541
|
+
"type": "simple"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"property": "input.operationGroup",
|
|
545
|
+
"equals": "tableOperation",
|
|
546
|
+
"type": "simple"
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
"type": "Number"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "input.billingModeStr",
|
|
554
|
+
"label": "Billing mode",
|
|
555
|
+
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
556
|
+
"optional": false,
|
|
557
|
+
"constraints": {
|
|
558
|
+
"notEmpty": true
|
|
559
|
+
},
|
|
560
|
+
"group": "input",
|
|
561
|
+
"binding": {
|
|
562
|
+
"name": "input.billingModeStr",
|
|
563
|
+
"type": "zeebe:input"
|
|
564
|
+
},
|
|
565
|
+
"condition": {
|
|
566
|
+
"allMatch": [
|
|
567
|
+
{
|
|
568
|
+
"property": "input.tableOperation",
|
|
569
|
+
"equals": "createTable",
|
|
570
|
+
"type": "simple"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"property": "input.operationGroup",
|
|
574
|
+
"equals": "tableOperation",
|
|
575
|
+
"type": "simple"
|
|
576
|
+
}
|
|
577
|
+
]
|
|
578
|
+
},
|
|
579
|
+
"type": "Dropdown",
|
|
580
|
+
"choices": [
|
|
581
|
+
{
|
|
582
|
+
"name": "PROVISIONED",
|
|
583
|
+
"value": "PROVISIONED"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "PAY_PER_REQUEST",
|
|
587
|
+
"value": "PAY_PER_REQUEST"
|
|
588
|
+
}
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"id": "input.deletionProtection",
|
|
593
|
+
"label": "Deletion protection",
|
|
594
|
+
"description": "Prevents accidental table deletion",
|
|
595
|
+
"optional": false,
|
|
596
|
+
"value": "false",
|
|
597
|
+
"constraints": {
|
|
598
|
+
"notEmpty": true
|
|
599
|
+
},
|
|
600
|
+
"group": "input",
|
|
601
|
+
"binding": {
|
|
602
|
+
"name": "input.deletionProtection",
|
|
603
|
+
"type": "zeebe:input"
|
|
604
|
+
},
|
|
605
|
+
"condition": {
|
|
606
|
+
"allMatch": [
|
|
607
|
+
{
|
|
608
|
+
"property": "input.tableOperation",
|
|
609
|
+
"equals": "createTable",
|
|
610
|
+
"type": "simple"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"property": "input.operationGroup",
|
|
614
|
+
"equals": "tableOperation",
|
|
615
|
+
"type": "simple"
|
|
616
|
+
}
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
"type": "Dropdown",
|
|
620
|
+
"choices": [
|
|
621
|
+
{
|
|
622
|
+
"name": "True",
|
|
623
|
+
"value": "true"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "False",
|
|
627
|
+
"value": "false"
|
|
628
|
+
}
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"id": "input.deleteTable.tableName",
|
|
633
|
+
"label": "Table name",
|
|
634
|
+
"description": "Name of DynamoDB table",
|
|
635
|
+
"optional": false,
|
|
636
|
+
"constraints": {
|
|
637
|
+
"notEmpty": true
|
|
638
|
+
},
|
|
639
|
+
"feel": "optional",
|
|
640
|
+
"group": "input",
|
|
641
|
+
"binding": {
|
|
642
|
+
"name": "input.tableName",
|
|
643
|
+
"type": "zeebe:input"
|
|
644
|
+
},
|
|
645
|
+
"condition": {
|
|
646
|
+
"allMatch": [
|
|
647
|
+
{
|
|
648
|
+
"property": "input.tableOperation",
|
|
649
|
+
"equals": "deleteTable",
|
|
650
|
+
"type": "simple"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"property": "input.operationGroup",
|
|
654
|
+
"equals": "tableOperation",
|
|
655
|
+
"type": "simple"
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
},
|
|
659
|
+
"type": "String"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"id": "input.describeTable.tableName",
|
|
663
|
+
"label": "Table name",
|
|
664
|
+
"description": "Name of DynamoDB table",
|
|
665
|
+
"optional": false,
|
|
666
|
+
"constraints": {
|
|
667
|
+
"notEmpty": true
|
|
668
|
+
},
|
|
669
|
+
"feel": "optional",
|
|
670
|
+
"group": "input",
|
|
671
|
+
"binding": {
|
|
672
|
+
"name": "input.tableName",
|
|
673
|
+
"type": "zeebe:input"
|
|
674
|
+
},
|
|
675
|
+
"condition": {
|
|
676
|
+
"allMatch": [
|
|
677
|
+
{
|
|
678
|
+
"property": "input.tableOperation",
|
|
679
|
+
"equals": "describeTable",
|
|
680
|
+
"type": "simple"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"property": "input.operationGroup",
|
|
684
|
+
"equals": "tableOperation",
|
|
685
|
+
"type": "simple"
|
|
686
|
+
}
|
|
687
|
+
]
|
|
688
|
+
},
|
|
689
|
+
"type": "String"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"id": "input.scanTable.tableName",
|
|
693
|
+
"label": "Table name",
|
|
694
|
+
"description": "Name of DynamoDB table",
|
|
695
|
+
"optional": false,
|
|
696
|
+
"constraints": {
|
|
697
|
+
"notEmpty": true
|
|
698
|
+
},
|
|
699
|
+
"feel": "optional",
|
|
700
|
+
"group": "input",
|
|
701
|
+
"binding": {
|
|
702
|
+
"name": "input.tableName",
|
|
703
|
+
"type": "zeebe:input"
|
|
704
|
+
},
|
|
705
|
+
"condition": {
|
|
706
|
+
"allMatch": [
|
|
707
|
+
{
|
|
708
|
+
"property": "input.tableOperation",
|
|
709
|
+
"equals": "scanTable",
|
|
710
|
+
"type": "simple"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"property": "input.operationGroup",
|
|
714
|
+
"equals": "tableOperation",
|
|
715
|
+
"type": "simple"
|
|
716
|
+
}
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
"type": "String"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"id": "input.filterExpression",
|
|
723
|
+
"label": "Filter expression",
|
|
724
|
+
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
725
|
+
"optional": true,
|
|
726
|
+
"feel": "optional",
|
|
727
|
+
"group": "input",
|
|
728
|
+
"binding": {
|
|
729
|
+
"name": "input.filterExpression",
|
|
730
|
+
"type": "zeebe:input"
|
|
731
|
+
},
|
|
732
|
+
"condition": {
|
|
733
|
+
"allMatch": [
|
|
734
|
+
{
|
|
735
|
+
"property": "input.tableOperation",
|
|
736
|
+
"equals": "scanTable",
|
|
737
|
+
"type": "simple"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"property": "input.operationGroup",
|
|
741
|
+
"equals": "tableOperation",
|
|
742
|
+
"type": "simple"
|
|
743
|
+
}
|
|
744
|
+
]
|
|
745
|
+
},
|
|
746
|
+
"type": "String"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"id": "input.projectionExpression",
|
|
750
|
+
"label": "Projection expression",
|
|
751
|
+
"description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
|
|
752
|
+
"optional": true,
|
|
753
|
+
"feel": "optional",
|
|
754
|
+
"group": "input",
|
|
755
|
+
"binding": {
|
|
756
|
+
"name": "input.projectionExpression",
|
|
757
|
+
"type": "zeebe:input"
|
|
758
|
+
},
|
|
759
|
+
"condition": {
|
|
760
|
+
"allMatch": [
|
|
761
|
+
{
|
|
762
|
+
"property": "input.tableOperation",
|
|
763
|
+
"equals": "scanTable",
|
|
764
|
+
"type": "simple"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"property": "input.operationGroup",
|
|
768
|
+
"equals": "tableOperation",
|
|
769
|
+
"type": "simple"
|
|
770
|
+
}
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
"type": "String"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"id": "input.expressionAttributeNames",
|
|
777
|
+
"label": "Expression attribute names",
|
|
778
|
+
"description": "Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
779
|
+
"optional": true,
|
|
780
|
+
"feel": "required",
|
|
781
|
+
"group": "input",
|
|
782
|
+
"binding": {
|
|
783
|
+
"name": "input.expressionAttributeNames",
|
|
784
|
+
"type": "zeebe:input"
|
|
785
|
+
},
|
|
786
|
+
"condition": {
|
|
787
|
+
"allMatch": [
|
|
788
|
+
{
|
|
789
|
+
"property": "input.tableOperation",
|
|
790
|
+
"equals": "scanTable",
|
|
791
|
+
"type": "simple"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"property": "input.operationGroup",
|
|
795
|
+
"equals": "tableOperation",
|
|
796
|
+
"type": "simple"
|
|
797
|
+
}
|
|
798
|
+
]
|
|
799
|
+
},
|
|
800
|
+
"type": "String"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"id": "input.expressionAttributeValues",
|
|
804
|
+
"label": "Expression attribute values",
|
|
805
|
+
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
806
|
+
"optional": true,
|
|
807
|
+
"feel": "required",
|
|
808
|
+
"group": "input",
|
|
809
|
+
"binding": {
|
|
810
|
+
"name": "input.expressionAttributeValues",
|
|
811
|
+
"type": "zeebe:input"
|
|
812
|
+
},
|
|
813
|
+
"condition": {
|
|
814
|
+
"allMatch": [
|
|
815
|
+
{
|
|
816
|
+
"property": "input.tableOperation",
|
|
817
|
+
"equals": "scanTable",
|
|
818
|
+
"type": "simple"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"property": "input.operationGroup",
|
|
822
|
+
"equals": "tableOperation",
|
|
823
|
+
"type": "simple"
|
|
824
|
+
}
|
|
825
|
+
]
|
|
826
|
+
},
|
|
827
|
+
"type": "String"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"id": "input.addItem.tableName",
|
|
831
|
+
"label": "Table name",
|
|
832
|
+
"description": "Name of DynamoDB table",
|
|
833
|
+
"optional": false,
|
|
834
|
+
"constraints": {
|
|
835
|
+
"notEmpty": true
|
|
836
|
+
},
|
|
837
|
+
"feel": "optional",
|
|
838
|
+
"group": "input",
|
|
839
|
+
"binding": {
|
|
840
|
+
"name": "input.tableName",
|
|
841
|
+
"type": "zeebe:input"
|
|
842
|
+
},
|
|
843
|
+
"condition": {
|
|
844
|
+
"allMatch": [
|
|
845
|
+
{
|
|
846
|
+
"property": "input.itemOperation",
|
|
847
|
+
"equals": "addItem",
|
|
848
|
+
"type": "simple"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"property": "input.operationGroup",
|
|
852
|
+
"equals": "itemOperation",
|
|
853
|
+
"type": "simple"
|
|
854
|
+
}
|
|
855
|
+
]
|
|
856
|
+
},
|
|
857
|
+
"type": "String"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"id": "input.item",
|
|
861
|
+
"label": "Item",
|
|
862
|
+
"description": "DynamoDB item (group of attributes)",
|
|
863
|
+
"optional": false,
|
|
864
|
+
"constraints": {
|
|
865
|
+
"notEmpty": true
|
|
866
|
+
},
|
|
867
|
+
"feel": "required",
|
|
868
|
+
"group": "input",
|
|
869
|
+
"binding": {
|
|
870
|
+
"name": "input.item",
|
|
871
|
+
"type": "zeebe:input"
|
|
872
|
+
},
|
|
873
|
+
"condition": {
|
|
874
|
+
"allMatch": [
|
|
875
|
+
{
|
|
876
|
+
"property": "input.itemOperation",
|
|
877
|
+
"equals": "addItem",
|
|
878
|
+
"type": "simple"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"property": "input.operationGroup",
|
|
882
|
+
"equals": "itemOperation",
|
|
883
|
+
"type": "simple"
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
},
|
|
887
|
+
"type": "String"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"id": "input.deleteItem.tableName",
|
|
891
|
+
"label": "Table name",
|
|
892
|
+
"description": "Name of DynamoDB table",
|
|
893
|
+
"optional": false,
|
|
894
|
+
"constraints": {
|
|
895
|
+
"notEmpty": true
|
|
896
|
+
},
|
|
897
|
+
"feel": "optional",
|
|
898
|
+
"group": "input",
|
|
899
|
+
"binding": {
|
|
900
|
+
"name": "input.tableName",
|
|
901
|
+
"type": "zeebe:input"
|
|
902
|
+
},
|
|
903
|
+
"condition": {
|
|
904
|
+
"allMatch": [
|
|
905
|
+
{
|
|
906
|
+
"property": "input.itemOperation",
|
|
907
|
+
"equals": "deleteItem",
|
|
908
|
+
"type": "simple"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"property": "input.operationGroup",
|
|
912
|
+
"equals": "itemOperation",
|
|
913
|
+
"type": "simple"
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
"type": "String"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "input.deleteItem.primaryKeyComponents",
|
|
921
|
+
"label": "Primary key components",
|
|
922
|
+
"description": "Simple or composite primary key",
|
|
923
|
+
"optional": false,
|
|
924
|
+
"constraints": {
|
|
925
|
+
"notEmpty": true
|
|
926
|
+
},
|
|
927
|
+
"feel": "required",
|
|
928
|
+
"group": "input",
|
|
929
|
+
"binding": {
|
|
930
|
+
"name": "input.primaryKeyComponents",
|
|
931
|
+
"type": "zeebe:input"
|
|
932
|
+
},
|
|
933
|
+
"condition": {
|
|
934
|
+
"allMatch": [
|
|
935
|
+
{
|
|
936
|
+
"property": "input.itemOperation",
|
|
937
|
+
"equals": "deleteItem",
|
|
938
|
+
"type": "simple"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"property": "input.operationGroup",
|
|
942
|
+
"equals": "itemOperation",
|
|
943
|
+
"type": "simple"
|
|
944
|
+
}
|
|
945
|
+
]
|
|
946
|
+
},
|
|
947
|
+
"type": "String"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"id": "input.getItem.tableName",
|
|
951
|
+
"label": "Table name",
|
|
952
|
+
"description": "Name of DynamoDB table",
|
|
953
|
+
"optional": false,
|
|
954
|
+
"constraints": {
|
|
955
|
+
"notEmpty": true
|
|
956
|
+
},
|
|
957
|
+
"feel": "optional",
|
|
958
|
+
"group": "input",
|
|
959
|
+
"binding": {
|
|
960
|
+
"name": "input.tableName",
|
|
961
|
+
"type": "zeebe:input"
|
|
962
|
+
},
|
|
963
|
+
"condition": {
|
|
964
|
+
"allMatch": [
|
|
965
|
+
{
|
|
966
|
+
"property": "input.itemOperation",
|
|
967
|
+
"equals": "getItem",
|
|
968
|
+
"type": "simple"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"property": "input.operationGroup",
|
|
972
|
+
"equals": "itemOperation",
|
|
973
|
+
"type": "simple"
|
|
974
|
+
}
|
|
975
|
+
]
|
|
976
|
+
},
|
|
977
|
+
"type": "String"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"id": "input.getItem.primaryKeyComponents",
|
|
981
|
+
"label": "Primary key components",
|
|
982
|
+
"description": "Simple or composite primary key",
|
|
983
|
+
"optional": false,
|
|
984
|
+
"constraints": {
|
|
985
|
+
"notEmpty": true
|
|
986
|
+
},
|
|
987
|
+
"feel": "required",
|
|
988
|
+
"group": "input",
|
|
989
|
+
"binding": {
|
|
990
|
+
"name": "input.primaryKeyComponents",
|
|
991
|
+
"type": "zeebe:input"
|
|
992
|
+
},
|
|
993
|
+
"condition": {
|
|
994
|
+
"allMatch": [
|
|
995
|
+
{
|
|
996
|
+
"property": "input.itemOperation",
|
|
997
|
+
"equals": "getItem",
|
|
998
|
+
"type": "simple"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"property": "input.operationGroup",
|
|
1002
|
+
"equals": "itemOperation",
|
|
1003
|
+
"type": "simple"
|
|
1004
|
+
}
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
1007
|
+
"type": "String"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"id": "input.updateTable.tableName",
|
|
1011
|
+
"label": "Table name",
|
|
1012
|
+
"description": "Name of DynamoDB table",
|
|
1013
|
+
"optional": false,
|
|
1014
|
+
"constraints": {
|
|
1015
|
+
"notEmpty": true
|
|
1016
|
+
},
|
|
1017
|
+
"feel": "optional",
|
|
1018
|
+
"group": "input",
|
|
1019
|
+
"binding": {
|
|
1020
|
+
"name": "input.tableName",
|
|
1021
|
+
"type": "zeebe:input"
|
|
1022
|
+
},
|
|
1023
|
+
"condition": {
|
|
1024
|
+
"allMatch": [
|
|
1025
|
+
{
|
|
1026
|
+
"property": "input.itemOperation",
|
|
1027
|
+
"equals": "updateItem",
|
|
1028
|
+
"type": "simple"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"property": "input.operationGroup",
|
|
1032
|
+
"equals": "itemOperation",
|
|
1033
|
+
"type": "simple"
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
"type": "String"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"id": "input.updateItem.primaryKeyComponents",
|
|
1041
|
+
"label": "Primary key components",
|
|
1042
|
+
"description": "Simple or composite primary key",
|
|
1043
|
+
"optional": false,
|
|
1044
|
+
"constraints": {
|
|
1045
|
+
"notEmpty": true
|
|
1046
|
+
},
|
|
1047
|
+
"feel": "required",
|
|
1048
|
+
"group": "input",
|
|
1049
|
+
"binding": {
|
|
1050
|
+
"name": "input.primaryKeyComponents",
|
|
1051
|
+
"type": "zeebe:input"
|
|
1052
|
+
},
|
|
1053
|
+
"condition": {
|
|
1054
|
+
"allMatch": [
|
|
1055
|
+
{
|
|
1056
|
+
"property": "input.itemOperation",
|
|
1057
|
+
"equals": "updateItem",
|
|
1058
|
+
"type": "simple"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"property": "input.operationGroup",
|
|
1062
|
+
"equals": "itemOperation",
|
|
1063
|
+
"type": "simple"
|
|
1064
|
+
}
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
1067
|
+
"type": "String"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"id": "input.keyAttributes",
|
|
1071
|
+
"label": "Key attributes",
|
|
1072
|
+
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1073
|
+
"optional": false,
|
|
1074
|
+
"constraints": {
|
|
1075
|
+
"notEmpty": true
|
|
1076
|
+
},
|
|
1077
|
+
"feel": "required",
|
|
1078
|
+
"group": "input",
|
|
1079
|
+
"binding": {
|
|
1080
|
+
"name": "input.keyAttributes",
|
|
1081
|
+
"type": "zeebe:input"
|
|
1082
|
+
},
|
|
1083
|
+
"condition": {
|
|
1084
|
+
"allMatch": [
|
|
1085
|
+
{
|
|
1086
|
+
"property": "input.itemOperation",
|
|
1087
|
+
"equals": "updateItem",
|
|
1088
|
+
"type": "simple"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"property": "input.operationGroup",
|
|
1092
|
+
"equals": "itemOperation",
|
|
1093
|
+
"type": "simple"
|
|
1094
|
+
}
|
|
1095
|
+
]
|
|
1096
|
+
},
|
|
1097
|
+
"type": "String"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": "input.attributeAction",
|
|
1101
|
+
"label": "Attribute action",
|
|
1102
|
+
"description": "Specifies how to perform the update",
|
|
1103
|
+
"optional": false,
|
|
1104
|
+
"constraints": {
|
|
1105
|
+
"notEmpty": true
|
|
1106
|
+
},
|
|
1107
|
+
"group": "input",
|
|
1108
|
+
"binding": {
|
|
1109
|
+
"name": "input.attributeAction",
|
|
1110
|
+
"type": "zeebe:input"
|
|
1111
|
+
},
|
|
1112
|
+
"condition": {
|
|
1113
|
+
"allMatch": [
|
|
1114
|
+
{
|
|
1115
|
+
"property": "input.itemOperation",
|
|
1116
|
+
"equals": "updateItem",
|
|
1117
|
+
"type": "simple"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"property": "input.operationGroup",
|
|
1121
|
+
"equals": "itemOperation",
|
|
1122
|
+
"type": "simple"
|
|
1123
|
+
}
|
|
1124
|
+
]
|
|
1125
|
+
},
|
|
1126
|
+
"type": "Dropdown",
|
|
1127
|
+
"choices": [
|
|
1128
|
+
{
|
|
1129
|
+
"name": "PUT",
|
|
1130
|
+
"value": "put"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "DELETE",
|
|
1134
|
+
"value": "delete"
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"id": "resultVariable",
|
|
1140
|
+
"label": "Result variable",
|
|
1141
|
+
"description": "Name of variable to store the response in",
|
|
1142
|
+
"group": "output",
|
|
1143
|
+
"binding": {
|
|
1144
|
+
"key": "resultVariable",
|
|
1145
|
+
"type": "zeebe:taskHeader"
|
|
1146
|
+
},
|
|
1147
|
+
"type": "String"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"id": "resultExpression",
|
|
1151
|
+
"label": "Result expression",
|
|
1152
|
+
"description": "Expression to map the response into process variables",
|
|
1153
|
+
"feel": "required",
|
|
1154
|
+
"group": "output",
|
|
1155
|
+
"binding": {
|
|
1156
|
+
"key": "resultExpression",
|
|
1157
|
+
"type": "zeebe:taskHeader"
|
|
1158
|
+
},
|
|
1159
|
+
"type": "Text"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"id": "errorExpression",
|
|
1163
|
+
"label": "Error expression",
|
|
1164
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1165
|
+
"feel": "required",
|
|
1166
|
+
"group": "error",
|
|
1167
|
+
"binding": {
|
|
1168
|
+
"key": "errorExpression",
|
|
1169
|
+
"type": "zeebe:taskHeader"
|
|
1170
|
+
},
|
|
1171
|
+
"type": "Text"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "retryCount",
|
|
1175
|
+
"label": "Retries",
|
|
1176
|
+
"description": "Number of retries",
|
|
1177
|
+
"value": "3",
|
|
1178
|
+
"feel": "optional",
|
|
1179
|
+
"group": "retries",
|
|
1180
|
+
"binding": {
|
|
1181
|
+
"property": "retries",
|
|
1182
|
+
"type": "zeebe:taskDefinition"
|
|
1183
|
+
},
|
|
1184
|
+
"type": "String"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"id": "retryBackoff",
|
|
1188
|
+
"label": "Retry backoff",
|
|
1189
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1190
|
+
"value": "PT0S",
|
|
1191
|
+
"group": "retries",
|
|
1192
|
+
"binding": {
|
|
1193
|
+
"key": "retryBackoff",
|
|
1194
|
+
"type": "zeebe:taskHeader"
|
|
1195
|
+
},
|
|
1196
|
+
"type": "String"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"icon": {
|
|
1200
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
|
|
1201
|
+
},
|
|
1202
|
+
"engines": {
|
|
1203
|
+
"camunda": "^8.5"
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1208
|
+
"name": "AWS DynamoDB Outbound Connector",
|
|
1209
|
+
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
1210
|
+
"description": "Manage tables and items with AWS DynamoDB.",
|
|
1211
|
+
"keywords": [
|
|
1212
|
+
"create table",
|
|
1213
|
+
"delete table",
|
|
1214
|
+
"update table",
|
|
1215
|
+
"describe table",
|
|
1216
|
+
"scan table",
|
|
1217
|
+
"add item",
|
|
1218
|
+
"delete item",
|
|
1219
|
+
"get item",
|
|
1220
|
+
"update item",
|
|
1221
|
+
"NoSQL",
|
|
1222
|
+
"database"
|
|
1223
|
+
],
|
|
1224
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
|
|
1225
|
+
"version": 8,
|
|
1226
|
+
"category": {
|
|
1227
|
+
"id": "connectors",
|
|
1228
|
+
"name": "Connectors"
|
|
1229
|
+
},
|
|
1230
|
+
"appliesTo": ["bpmn:Task"],
|
|
1231
|
+
"elementType": {
|
|
1232
|
+
"value": "bpmn:ServiceTask"
|
|
1233
|
+
},
|
|
1234
|
+
"engines": {
|
|
1235
|
+
"camunda": "^8.6"
|
|
1236
|
+
},
|
|
1237
|
+
"groups": [
|
|
1238
|
+
{
|
|
1239
|
+
"id": "operation",
|
|
1240
|
+
"label": "Operation"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"id": "authentication",
|
|
1244
|
+
"label": "Authentication"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"id": "configuration",
|
|
1248
|
+
"label": "Queue properties"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"id": "input",
|
|
1252
|
+
"label": "Input"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "connector",
|
|
1256
|
+
"label": "Connector"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"id": "output",
|
|
1260
|
+
"label": "Output mapping"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"id": "error",
|
|
1264
|
+
"label": "Error handling"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"id": "retries",
|
|
1268
|
+
"label": "Retries"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"properties": [
|
|
1272
|
+
{
|
|
1273
|
+
"value": "io.camunda:aws-dynamodb:1",
|
|
1274
|
+
"binding": {
|
|
1275
|
+
"property": "type",
|
|
1276
|
+
"type": "zeebe:taskDefinition"
|
|
1277
|
+
},
|
|
1278
|
+
"type": "Hidden"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"id": "input.operationGroup",
|
|
1282
|
+
"label": "Choose category",
|
|
1283
|
+
"group": "operation",
|
|
1284
|
+
"binding": {
|
|
1285
|
+
"name": "input.operationGroup",
|
|
1286
|
+
"type": "zeebe:input"
|
|
1287
|
+
},
|
|
1288
|
+
"type": "Dropdown",
|
|
1289
|
+
"choices": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "Table",
|
|
1292
|
+
"value": "tableOperation"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "Item",
|
|
1296
|
+
"value": "itemOperation"
|
|
1297
|
+
}
|
|
1298
|
+
]
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"id": "input.tableOperation",
|
|
1302
|
+
"label": "Select action",
|
|
1303
|
+
"group": "operation",
|
|
1304
|
+
"binding": {
|
|
1305
|
+
"name": "input.tableOperation",
|
|
1306
|
+
"type": "zeebe:input"
|
|
1307
|
+
},
|
|
1308
|
+
"condition": {
|
|
1309
|
+
"property": "input.operationGroup",
|
|
1310
|
+
"equals": "tableOperation",
|
|
1311
|
+
"type": "simple"
|
|
1312
|
+
},
|
|
1313
|
+
"type": "Dropdown",
|
|
1314
|
+
"choices": [
|
|
1315
|
+
{
|
|
1316
|
+
"name": "Create table",
|
|
1317
|
+
"value": "createTable"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "Delete table",
|
|
1321
|
+
"value": "deleteTable"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "Describe table",
|
|
1325
|
+
"value": "describeTable"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"name": "Scan table",
|
|
1329
|
+
"value": "scanTable"
|
|
1330
|
+
}
|
|
1331
|
+
]
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"id": "input.itemOperation",
|
|
1335
|
+
"label": "Select action",
|
|
1336
|
+
"group": "operation",
|
|
1337
|
+
"binding": {
|
|
1338
|
+
"name": "input.itemOperation",
|
|
1339
|
+
"type": "zeebe:input"
|
|
1340
|
+
},
|
|
1341
|
+
"condition": {
|
|
1342
|
+
"property": "input.operationGroup",
|
|
1343
|
+
"equals": "itemOperation",
|
|
1344
|
+
"type": "simple"
|
|
1345
|
+
},
|
|
1346
|
+
"type": "Dropdown",
|
|
1347
|
+
"choices": [
|
|
1348
|
+
{
|
|
1349
|
+
"name": "Add item",
|
|
1350
|
+
"value": "addItem"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "Delete item",
|
|
1354
|
+
"value": "deleteItem"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "Get item",
|
|
1358
|
+
"value": "getItem"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "Update item",
|
|
1362
|
+
"value": "updateItem"
|
|
1363
|
+
}
|
|
1364
|
+
]
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"id": "authentication.type",
|
|
1368
|
+
"label": "Authentication",
|
|
1369
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
1370
|
+
"value": "credentials",
|
|
1371
|
+
"group": "authentication",
|
|
1372
|
+
"binding": {
|
|
1373
|
+
"name": "authentication.type",
|
|
1374
|
+
"type": "zeebe:input"
|
|
1375
|
+
},
|
|
1376
|
+
"type": "Dropdown",
|
|
1377
|
+
"choices": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1380
|
+
"value": "defaultCredentialsChain"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "Credentials",
|
|
1384
|
+
"value": "credentials"
|
|
1385
|
+
}
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"id": "authentication.accessKey",
|
|
1390
|
+
"label": "Access key",
|
|
1391
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1392
|
+
"optional": false,
|
|
1393
|
+
"constraints": {
|
|
1394
|
+
"notEmpty": true
|
|
1395
|
+
},
|
|
1396
|
+
"feel": "optional",
|
|
1397
|
+
"group": "authentication",
|
|
1398
|
+
"binding": {
|
|
1399
|
+
"name": "authentication.accessKey",
|
|
1400
|
+
"type": "zeebe:input"
|
|
1401
|
+
},
|
|
1402
|
+
"condition": {
|
|
1403
|
+
"property": "authentication.type",
|
|
1404
|
+
"equals": "credentials",
|
|
1405
|
+
"type": "simple"
|
|
1406
|
+
},
|
|
1407
|
+
"type": "String"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"id": "authentication.secretKey",
|
|
1411
|
+
"label": "Secret key",
|
|
1412
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1413
|
+
"optional": false,
|
|
1414
|
+
"constraints": {
|
|
1415
|
+
"notEmpty": true
|
|
1416
|
+
},
|
|
1417
|
+
"feel": "optional",
|
|
1418
|
+
"group": "authentication",
|
|
1419
|
+
"binding": {
|
|
1420
|
+
"name": "authentication.secretKey",
|
|
1421
|
+
"type": "zeebe:input"
|
|
1422
|
+
},
|
|
1423
|
+
"condition": {
|
|
1424
|
+
"property": "authentication.type",
|
|
1425
|
+
"equals": "credentials",
|
|
1426
|
+
"type": "simple"
|
|
1427
|
+
},
|
|
1428
|
+
"type": "String"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"id": "configuration.region",
|
|
1432
|
+
"label": "Region",
|
|
1433
|
+
"description": "Specify the AWS region",
|
|
1434
|
+
"optional": false,
|
|
1435
|
+
"constraints": {
|
|
1436
|
+
"notEmpty": true
|
|
1437
|
+
},
|
|
1438
|
+
"feel": "optional",
|
|
1439
|
+
"group": "configuration",
|
|
1440
|
+
"binding": {
|
|
1441
|
+
"name": "configuration.region",
|
|
1442
|
+
"type": "zeebe:input"
|
|
1443
|
+
},
|
|
1444
|
+
"type": "String"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"id": "configuration.endpoint",
|
|
1448
|
+
"label": "Endpoint",
|
|
1449
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1450
|
+
"optional": true,
|
|
1451
|
+
"group": "configuration",
|
|
1452
|
+
"binding": {
|
|
1453
|
+
"name": "configuration.endpoint",
|
|
1454
|
+
"type": "zeebe:input"
|
|
1455
|
+
},
|
|
1456
|
+
"type": "Hidden"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"id": "input.createTable.tableName",
|
|
1460
|
+
"label": "Table name",
|
|
1461
|
+
"description": "Name of DynamoDB table",
|
|
1462
|
+
"optional": false,
|
|
1463
|
+
"constraints": {
|
|
1464
|
+
"notEmpty": true
|
|
1465
|
+
},
|
|
1466
|
+
"feel": "optional",
|
|
1467
|
+
"group": "input",
|
|
1468
|
+
"binding": {
|
|
1469
|
+
"name": "input.tableName",
|
|
1470
|
+
"type": "zeebe:input"
|
|
1471
|
+
},
|
|
1472
|
+
"condition": {
|
|
1473
|
+
"allMatch": [
|
|
1474
|
+
{
|
|
1475
|
+
"property": "input.tableOperation",
|
|
1476
|
+
"equals": "createTable",
|
|
1477
|
+
"type": "simple"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"property": "input.operationGroup",
|
|
1481
|
+
"equals": "tableOperation",
|
|
1482
|
+
"type": "simple"
|
|
1483
|
+
}
|
|
1484
|
+
]
|
|
1485
|
+
},
|
|
1486
|
+
"type": "String"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"id": "input.partitionKey",
|
|
1490
|
+
"label": "Partition key",
|
|
1491
|
+
"description": "Partition key role. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1492
|
+
"optional": false,
|
|
1493
|
+
"constraints": {
|
|
1494
|
+
"notEmpty": true
|
|
1495
|
+
},
|
|
1496
|
+
"feel": "optional",
|
|
1497
|
+
"group": "input",
|
|
1498
|
+
"binding": {
|
|
1499
|
+
"name": "input.partitionKey",
|
|
1500
|
+
"type": "zeebe:input"
|
|
1501
|
+
},
|
|
1502
|
+
"condition": {
|
|
1503
|
+
"allMatch": [
|
|
1504
|
+
{
|
|
1505
|
+
"property": "input.tableOperation",
|
|
1506
|
+
"equals": "createTable",
|
|
1507
|
+
"type": "simple"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"property": "input.operationGroup",
|
|
1511
|
+
"equals": "tableOperation",
|
|
1512
|
+
"type": "simple"
|
|
1513
|
+
}
|
|
1514
|
+
]
|
|
1515
|
+
},
|
|
1516
|
+
"type": "String"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"id": "input.partitionKeyRole",
|
|
1520
|
+
"label": "Partition key role",
|
|
1521
|
+
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1522
|
+
"optional": false,
|
|
1523
|
+
"constraints": {
|
|
1524
|
+
"notEmpty": true
|
|
1525
|
+
},
|
|
1526
|
+
"group": "input",
|
|
1527
|
+
"binding": {
|
|
1528
|
+
"name": "input.partitionKeyRole",
|
|
1529
|
+
"type": "zeebe:input"
|
|
1530
|
+
},
|
|
1531
|
+
"condition": {
|
|
1532
|
+
"allMatch": [
|
|
1533
|
+
{
|
|
1534
|
+
"property": "input.tableOperation",
|
|
1535
|
+
"equals": "createTable",
|
|
1536
|
+
"type": "simple"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"property": "input.operationGroup",
|
|
1540
|
+
"equals": "tableOperation",
|
|
1541
|
+
"type": "simple"
|
|
1542
|
+
}
|
|
1543
|
+
]
|
|
1544
|
+
},
|
|
1545
|
+
"type": "Dropdown",
|
|
1546
|
+
"choices": [
|
|
1547
|
+
{
|
|
1548
|
+
"name": "HASH",
|
|
1549
|
+
"value": "HASH"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "RANGE",
|
|
1553
|
+
"value": "RANGE"
|
|
1554
|
+
}
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"id": "input.partitionKeyType",
|
|
1559
|
+
"label": "Partition key attribute data type",
|
|
1560
|
+
"description": "Represents the data for an attribute",
|
|
1561
|
+
"optional": false,
|
|
1562
|
+
"constraints": {
|
|
1563
|
+
"notEmpty": true
|
|
1564
|
+
},
|
|
1565
|
+
"group": "input",
|
|
1566
|
+
"binding": {
|
|
1567
|
+
"name": "input.partitionKeyType",
|
|
1568
|
+
"type": "zeebe:input"
|
|
1569
|
+
},
|
|
1570
|
+
"condition": {
|
|
1571
|
+
"allMatch": [
|
|
1572
|
+
{
|
|
1573
|
+
"property": "input.tableOperation",
|
|
1574
|
+
"equals": "createTable",
|
|
1575
|
+
"type": "simple"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"property": "input.operationGroup",
|
|
1579
|
+
"equals": "tableOperation",
|
|
1580
|
+
"type": "simple"
|
|
1581
|
+
}
|
|
1582
|
+
]
|
|
1583
|
+
},
|
|
1584
|
+
"type": "Dropdown",
|
|
1585
|
+
"choices": [
|
|
1586
|
+
{
|
|
1587
|
+
"name": "Binary",
|
|
1588
|
+
"value": "B"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "Number",
|
|
1592
|
+
"value": "N"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"name": "String",
|
|
1596
|
+
"value": "S"
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"id": "input.sortKey",
|
|
1602
|
+
"label": "Sort key",
|
|
1603
|
+
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1604
|
+
"optional": true,
|
|
1605
|
+
"feel": "optional",
|
|
1606
|
+
"group": "input",
|
|
1607
|
+
"binding": {
|
|
1608
|
+
"name": "input.sortKey",
|
|
1609
|
+
"type": "zeebe:input"
|
|
1610
|
+
},
|
|
1611
|
+
"condition": {
|
|
1612
|
+
"allMatch": [
|
|
1613
|
+
{
|
|
1614
|
+
"property": "input.tableOperation",
|
|
1615
|
+
"equals": "createTable",
|
|
1616
|
+
"type": "simple"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"property": "input.operationGroup",
|
|
1620
|
+
"equals": "tableOperation",
|
|
1621
|
+
"type": "simple"
|
|
1622
|
+
}
|
|
1623
|
+
]
|
|
1624
|
+
},
|
|
1625
|
+
"type": "String"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"id": "input.sortKeyRole",
|
|
1629
|
+
"label": "Sort key role",
|
|
1630
|
+
"description": "The role that this key attribute will assume",
|
|
1631
|
+
"optional": true,
|
|
1632
|
+
"group": "input",
|
|
1633
|
+
"binding": {
|
|
1634
|
+
"name": "input.sortKeyRole",
|
|
1635
|
+
"type": "zeebe:input"
|
|
1636
|
+
},
|
|
1637
|
+
"condition": {
|
|
1638
|
+
"allMatch": [
|
|
1639
|
+
{
|
|
1640
|
+
"property": "input.tableOperation",
|
|
1641
|
+
"equals": "createTable",
|
|
1642
|
+
"type": "simple"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"property": "input.operationGroup",
|
|
1646
|
+
"equals": "tableOperation",
|
|
1647
|
+
"type": "simple"
|
|
1648
|
+
}
|
|
1649
|
+
]
|
|
1650
|
+
},
|
|
1651
|
+
"type": "Dropdown",
|
|
1652
|
+
"choices": [
|
|
1653
|
+
{
|
|
1654
|
+
"name": "HASH",
|
|
1655
|
+
"value": "HASH"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "RANGE",
|
|
1659
|
+
"value": "RANGE"
|
|
1660
|
+
}
|
|
1661
|
+
]
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"id": "input.sortKeyType",
|
|
1665
|
+
"label": "Sort key attribute data type",
|
|
1666
|
+
"description": "Represents the data for an attribute",
|
|
1667
|
+
"optional": true,
|
|
1668
|
+
"group": "input",
|
|
1669
|
+
"binding": {
|
|
1670
|
+
"name": "input.sortKeyType",
|
|
1671
|
+
"type": "zeebe:input"
|
|
1672
|
+
},
|
|
1673
|
+
"condition": {
|
|
1674
|
+
"allMatch": [
|
|
1675
|
+
{
|
|
1676
|
+
"property": "input.tableOperation",
|
|
1677
|
+
"equals": "createTable",
|
|
1678
|
+
"type": "simple"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"property": "input.operationGroup",
|
|
1682
|
+
"equals": "tableOperation",
|
|
1683
|
+
"type": "simple"
|
|
1684
|
+
}
|
|
1685
|
+
]
|
|
1686
|
+
},
|
|
1687
|
+
"type": "Dropdown",
|
|
1688
|
+
"choices": [
|
|
1689
|
+
{
|
|
1690
|
+
"name": "Binary",
|
|
1691
|
+
"value": "B"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "Number",
|
|
1695
|
+
"value": "N"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"name": "String",
|
|
1699
|
+
"value": "S"
|
|
1700
|
+
}
|
|
1701
|
+
]
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"id": "input.readCapacityUnits",
|
|
1705
|
+
"label": "Read capacity units",
|
|
1706
|
+
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1707
|
+
"optional": false,
|
|
1708
|
+
"constraints": {
|
|
1709
|
+
"notEmpty": true
|
|
1710
|
+
},
|
|
1711
|
+
"feel": "static",
|
|
1712
|
+
"group": "input",
|
|
1713
|
+
"binding": {
|
|
1714
|
+
"name": "input.readCapacityUnits",
|
|
1715
|
+
"type": "zeebe:input"
|
|
1716
|
+
},
|
|
1717
|
+
"condition": {
|
|
1718
|
+
"allMatch": [
|
|
1719
|
+
{
|
|
1720
|
+
"property": "input.tableOperation",
|
|
1721
|
+
"equals": "createTable",
|
|
1722
|
+
"type": "simple"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"property": "input.operationGroup",
|
|
1726
|
+
"equals": "tableOperation",
|
|
1727
|
+
"type": "simple"
|
|
1728
|
+
}
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1731
|
+
"type": "Number"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"id": "input.writeCapacityUnits",
|
|
1735
|
+
"label": "Write capacity units",
|
|
1736
|
+
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1737
|
+
"optional": false,
|
|
1738
|
+
"constraints": {
|
|
1739
|
+
"notEmpty": true
|
|
1740
|
+
},
|
|
1741
|
+
"feel": "static",
|
|
1742
|
+
"group": "input",
|
|
1743
|
+
"binding": {
|
|
1744
|
+
"name": "input.writeCapacityUnits",
|
|
1745
|
+
"type": "zeebe:input"
|
|
1746
|
+
},
|
|
1747
|
+
"condition": {
|
|
1748
|
+
"allMatch": [
|
|
1749
|
+
{
|
|
1750
|
+
"property": "input.tableOperation",
|
|
1751
|
+
"equals": "createTable",
|
|
1752
|
+
"type": "simple"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"property": "input.operationGroup",
|
|
1756
|
+
"equals": "tableOperation",
|
|
1757
|
+
"type": "simple"
|
|
1758
|
+
}
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
"type": "Number"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"id": "input.billingModeStr",
|
|
1765
|
+
"label": "Billing mode",
|
|
1766
|
+
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1767
|
+
"optional": false,
|
|
1768
|
+
"constraints": {
|
|
1769
|
+
"notEmpty": true
|
|
1770
|
+
},
|
|
1771
|
+
"group": "input",
|
|
1772
|
+
"binding": {
|
|
1773
|
+
"name": "input.billingModeStr",
|
|
1774
|
+
"type": "zeebe:input"
|
|
1775
|
+
},
|
|
1776
|
+
"condition": {
|
|
1777
|
+
"allMatch": [
|
|
1778
|
+
{
|
|
1779
|
+
"property": "input.tableOperation",
|
|
1780
|
+
"equals": "createTable",
|
|
1781
|
+
"type": "simple"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"property": "input.operationGroup",
|
|
1785
|
+
"equals": "tableOperation",
|
|
1786
|
+
"type": "simple"
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
"type": "Dropdown",
|
|
1791
|
+
"choices": [
|
|
1792
|
+
{
|
|
1793
|
+
"name": "PROVISIONED",
|
|
1794
|
+
"value": "PROVISIONED"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "PAY_PER_REQUEST",
|
|
1798
|
+
"value": "PAY_PER_REQUEST"
|
|
1799
|
+
}
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"id": "input.deletionProtection",
|
|
1804
|
+
"label": "Deletion protection",
|
|
1805
|
+
"description": "Prevents accidental table deletion",
|
|
1806
|
+
"optional": false,
|
|
1807
|
+
"value": "false",
|
|
1808
|
+
"constraints": {
|
|
1809
|
+
"notEmpty": true
|
|
1810
|
+
},
|
|
1811
|
+
"group": "input",
|
|
1812
|
+
"binding": {
|
|
1813
|
+
"name": "input.deletionProtection",
|
|
1814
|
+
"type": "zeebe:input"
|
|
1815
|
+
},
|
|
1816
|
+
"condition": {
|
|
1817
|
+
"allMatch": [
|
|
1818
|
+
{
|
|
1819
|
+
"property": "input.tableOperation",
|
|
1820
|
+
"equals": "createTable",
|
|
1821
|
+
"type": "simple"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"property": "input.operationGroup",
|
|
1825
|
+
"equals": "tableOperation",
|
|
1826
|
+
"type": "simple"
|
|
1827
|
+
}
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1830
|
+
"type": "Dropdown",
|
|
1831
|
+
"choices": [
|
|
1832
|
+
{
|
|
1833
|
+
"name": "True",
|
|
1834
|
+
"value": "true"
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "False",
|
|
1838
|
+
"value": "false"
|
|
1839
|
+
}
|
|
1840
|
+
]
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"id": "input.deleteTable.tableName",
|
|
1844
|
+
"label": "Table name",
|
|
1845
|
+
"description": "Name of DynamoDB table",
|
|
1846
|
+
"optional": false,
|
|
1847
|
+
"constraints": {
|
|
1848
|
+
"notEmpty": true
|
|
1849
|
+
},
|
|
1850
|
+
"feel": "optional",
|
|
1851
|
+
"group": "input",
|
|
1852
|
+
"binding": {
|
|
1853
|
+
"name": "input.tableName",
|
|
1854
|
+
"type": "zeebe:input"
|
|
1855
|
+
},
|
|
1856
|
+
"condition": {
|
|
1857
|
+
"allMatch": [
|
|
1858
|
+
{
|
|
1859
|
+
"property": "input.tableOperation",
|
|
1860
|
+
"equals": "deleteTable",
|
|
1861
|
+
"type": "simple"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"property": "input.operationGroup",
|
|
1865
|
+
"equals": "tableOperation",
|
|
1866
|
+
"type": "simple"
|
|
1867
|
+
}
|
|
1868
|
+
]
|
|
1869
|
+
},
|
|
1870
|
+
"type": "String"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"id": "input.describeTable.tableName",
|
|
1874
|
+
"label": "Table name",
|
|
1875
|
+
"description": "Name of DynamoDB table",
|
|
1876
|
+
"optional": false,
|
|
1877
|
+
"constraints": {
|
|
1878
|
+
"notEmpty": true
|
|
1879
|
+
},
|
|
1880
|
+
"feel": "optional",
|
|
1881
|
+
"group": "input",
|
|
1882
|
+
"binding": {
|
|
1883
|
+
"name": "input.tableName",
|
|
1884
|
+
"type": "zeebe:input"
|
|
1885
|
+
},
|
|
1886
|
+
"condition": {
|
|
1887
|
+
"allMatch": [
|
|
1888
|
+
{
|
|
1889
|
+
"property": "input.tableOperation",
|
|
1890
|
+
"equals": "describeTable",
|
|
1891
|
+
"type": "simple"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"property": "input.operationGroup",
|
|
1895
|
+
"equals": "tableOperation",
|
|
1896
|
+
"type": "simple"
|
|
1897
|
+
}
|
|
1898
|
+
]
|
|
1899
|
+
},
|
|
1900
|
+
"type": "String"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"id": "input.scanTable.tableName",
|
|
1904
|
+
"label": "Table name",
|
|
1905
|
+
"description": "Name of DynamoDB table",
|
|
1906
|
+
"optional": false,
|
|
1907
|
+
"constraints": {
|
|
1908
|
+
"notEmpty": true
|
|
1909
|
+
},
|
|
1910
|
+
"feel": "optional",
|
|
1911
|
+
"group": "input",
|
|
1912
|
+
"binding": {
|
|
1913
|
+
"name": "input.tableName",
|
|
1914
|
+
"type": "zeebe:input"
|
|
1915
|
+
},
|
|
1916
|
+
"condition": {
|
|
1917
|
+
"allMatch": [
|
|
1918
|
+
{
|
|
1919
|
+
"property": "input.tableOperation",
|
|
1920
|
+
"equals": "scanTable",
|
|
1921
|
+
"type": "simple"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"property": "input.operationGroup",
|
|
1925
|
+
"equals": "tableOperation",
|
|
1926
|
+
"type": "simple"
|
|
1927
|
+
}
|
|
1928
|
+
]
|
|
1929
|
+
},
|
|
1930
|
+
"type": "String"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"id": "input.filterExpression",
|
|
1934
|
+
"label": "Filter expression",
|
|
1935
|
+
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1936
|
+
"optional": true,
|
|
1937
|
+
"feel": "optional",
|
|
1938
|
+
"group": "input",
|
|
1939
|
+
"binding": {
|
|
1940
|
+
"name": "input.filterExpression",
|
|
1941
|
+
"type": "zeebe:input"
|
|
1942
|
+
},
|
|
1943
|
+
"condition": {
|
|
1944
|
+
"allMatch": [
|
|
1945
|
+
{
|
|
1946
|
+
"property": "input.tableOperation",
|
|
1947
|
+
"equals": "scanTable",
|
|
1948
|
+
"type": "simple"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"property": "input.operationGroup",
|
|
1952
|
+
"equals": "tableOperation",
|
|
1953
|
+
"type": "simple"
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1956
|
+
},
|
|
1957
|
+
"type": "String"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"id": "input.projectionExpression",
|
|
1961
|
+
"label": "Projection expression",
|
|
1962
|
+
"description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
|
|
1963
|
+
"optional": true,
|
|
1964
|
+
"feel": "optional",
|
|
1965
|
+
"group": "input",
|
|
1966
|
+
"binding": {
|
|
1967
|
+
"name": "input.projectionExpression",
|
|
1968
|
+
"type": "zeebe:input"
|
|
1969
|
+
},
|
|
1970
|
+
"condition": {
|
|
1971
|
+
"allMatch": [
|
|
1972
|
+
{
|
|
1973
|
+
"property": "input.tableOperation",
|
|
1974
|
+
"equals": "scanTable",
|
|
1975
|
+
"type": "simple"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"property": "input.operationGroup",
|
|
1979
|
+
"equals": "tableOperation",
|
|
1980
|
+
"type": "simple"
|
|
1981
|
+
}
|
|
1982
|
+
]
|
|
1983
|
+
},
|
|
1984
|
+
"type": "String"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"id": "input.expressionAttributeNames",
|
|
1988
|
+
"label": "Expression attribute names",
|
|
1989
|
+
"description": "Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1990
|
+
"optional": true,
|
|
1991
|
+
"feel": "required",
|
|
1992
|
+
"group": "input",
|
|
1993
|
+
"binding": {
|
|
1994
|
+
"name": "input.expressionAttributeNames",
|
|
1995
|
+
"type": "zeebe:input"
|
|
1996
|
+
},
|
|
1997
|
+
"condition": {
|
|
1998
|
+
"allMatch": [
|
|
1999
|
+
{
|
|
2000
|
+
"property": "input.tableOperation",
|
|
2001
|
+
"equals": "scanTable",
|
|
2002
|
+
"type": "simple"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"property": "input.operationGroup",
|
|
2006
|
+
"equals": "tableOperation",
|
|
2007
|
+
"type": "simple"
|
|
2008
|
+
}
|
|
2009
|
+
]
|
|
2010
|
+
},
|
|
2011
|
+
"type": "String"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"id": "input.expressionAttributeValues",
|
|
2015
|
+
"label": "Expression attribute values",
|
|
2016
|
+
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2017
|
+
"optional": true,
|
|
2018
|
+
"feel": "required",
|
|
2019
|
+
"group": "input",
|
|
2020
|
+
"binding": {
|
|
2021
|
+
"name": "input.expressionAttributeValues",
|
|
2022
|
+
"type": "zeebe:input"
|
|
2023
|
+
},
|
|
2024
|
+
"condition": {
|
|
2025
|
+
"allMatch": [
|
|
2026
|
+
{
|
|
2027
|
+
"property": "input.tableOperation",
|
|
2028
|
+
"equals": "scanTable",
|
|
2029
|
+
"type": "simple"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"property": "input.operationGroup",
|
|
2033
|
+
"equals": "tableOperation",
|
|
2034
|
+
"type": "simple"
|
|
2035
|
+
}
|
|
2036
|
+
]
|
|
2037
|
+
},
|
|
2038
|
+
"type": "String"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"id": "input.addItem.tableName",
|
|
2042
|
+
"label": "Table name",
|
|
2043
|
+
"description": "Name of DynamoDB table",
|
|
2044
|
+
"optional": false,
|
|
2045
|
+
"constraints": {
|
|
2046
|
+
"notEmpty": true
|
|
2047
|
+
},
|
|
2048
|
+
"feel": "optional",
|
|
2049
|
+
"group": "input",
|
|
2050
|
+
"binding": {
|
|
2051
|
+
"name": "input.tableName",
|
|
2052
|
+
"type": "zeebe:input"
|
|
2053
|
+
},
|
|
2054
|
+
"condition": {
|
|
2055
|
+
"allMatch": [
|
|
2056
|
+
{
|
|
2057
|
+
"property": "input.itemOperation",
|
|
2058
|
+
"equals": "addItem",
|
|
2059
|
+
"type": "simple"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"property": "input.operationGroup",
|
|
2063
|
+
"equals": "itemOperation",
|
|
2064
|
+
"type": "simple"
|
|
2065
|
+
}
|
|
2066
|
+
]
|
|
2067
|
+
},
|
|
2068
|
+
"type": "String"
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"id": "input.item",
|
|
2072
|
+
"label": "Item",
|
|
2073
|
+
"description": "DynamoDB item (group of attributes)",
|
|
2074
|
+
"optional": false,
|
|
2075
|
+
"constraints": {
|
|
2076
|
+
"notEmpty": true
|
|
2077
|
+
},
|
|
2078
|
+
"feel": "required",
|
|
2079
|
+
"group": "input",
|
|
2080
|
+
"binding": {
|
|
2081
|
+
"name": "input.item",
|
|
2082
|
+
"type": "zeebe:input"
|
|
2083
|
+
},
|
|
2084
|
+
"condition": {
|
|
2085
|
+
"allMatch": [
|
|
2086
|
+
{
|
|
2087
|
+
"property": "input.itemOperation",
|
|
2088
|
+
"equals": "addItem",
|
|
2089
|
+
"type": "simple"
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"property": "input.operationGroup",
|
|
2093
|
+
"equals": "itemOperation",
|
|
2094
|
+
"type": "simple"
|
|
2095
|
+
}
|
|
2096
|
+
]
|
|
2097
|
+
},
|
|
2098
|
+
"type": "String"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"id": "input.deleteItem.tableName",
|
|
2102
|
+
"label": "Table name",
|
|
2103
|
+
"description": "Name of DynamoDB table",
|
|
2104
|
+
"optional": false,
|
|
2105
|
+
"constraints": {
|
|
2106
|
+
"notEmpty": true
|
|
2107
|
+
},
|
|
2108
|
+
"feel": "optional",
|
|
2109
|
+
"group": "input",
|
|
2110
|
+
"binding": {
|
|
2111
|
+
"name": "input.tableName",
|
|
2112
|
+
"type": "zeebe:input"
|
|
2113
|
+
},
|
|
2114
|
+
"condition": {
|
|
2115
|
+
"allMatch": [
|
|
2116
|
+
{
|
|
2117
|
+
"property": "input.itemOperation",
|
|
2118
|
+
"equals": "deleteItem",
|
|
2119
|
+
"type": "simple"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"property": "input.operationGroup",
|
|
2123
|
+
"equals": "itemOperation",
|
|
2124
|
+
"type": "simple"
|
|
2125
|
+
}
|
|
2126
|
+
]
|
|
2127
|
+
},
|
|
2128
|
+
"type": "String"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"id": "input.deleteItem.primaryKeyComponents",
|
|
2132
|
+
"label": "Primary key components",
|
|
2133
|
+
"description": "Simple or composite primary key",
|
|
2134
|
+
"optional": false,
|
|
2135
|
+
"constraints": {
|
|
2136
|
+
"notEmpty": true
|
|
2137
|
+
},
|
|
2138
|
+
"feel": "required",
|
|
2139
|
+
"group": "input",
|
|
2140
|
+
"binding": {
|
|
2141
|
+
"name": "input.primaryKeyComponents",
|
|
2142
|
+
"type": "zeebe:input"
|
|
2143
|
+
},
|
|
2144
|
+
"condition": {
|
|
2145
|
+
"allMatch": [
|
|
2146
|
+
{
|
|
2147
|
+
"property": "input.itemOperation",
|
|
2148
|
+
"equals": "deleteItem",
|
|
2149
|
+
"type": "simple"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"property": "input.operationGroup",
|
|
2153
|
+
"equals": "itemOperation",
|
|
2154
|
+
"type": "simple"
|
|
2155
|
+
}
|
|
2156
|
+
]
|
|
2157
|
+
},
|
|
2158
|
+
"type": "String"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"id": "input.getItem.tableName",
|
|
2162
|
+
"label": "Table name",
|
|
2163
|
+
"description": "Name of DynamoDB table",
|
|
2164
|
+
"optional": false,
|
|
2165
|
+
"constraints": {
|
|
2166
|
+
"notEmpty": true
|
|
2167
|
+
},
|
|
2168
|
+
"feel": "optional",
|
|
2169
|
+
"group": "input",
|
|
2170
|
+
"binding": {
|
|
2171
|
+
"name": "input.tableName",
|
|
2172
|
+
"type": "zeebe:input"
|
|
2173
|
+
},
|
|
2174
|
+
"condition": {
|
|
2175
|
+
"allMatch": [
|
|
2176
|
+
{
|
|
2177
|
+
"property": "input.itemOperation",
|
|
2178
|
+
"equals": "getItem",
|
|
2179
|
+
"type": "simple"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"property": "input.operationGroup",
|
|
2183
|
+
"equals": "itemOperation",
|
|
2184
|
+
"type": "simple"
|
|
2185
|
+
}
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2188
|
+
"type": "String"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"id": "input.getItem.primaryKeyComponents",
|
|
2192
|
+
"label": "Primary key components",
|
|
2193
|
+
"description": "Simple or composite primary key",
|
|
2194
|
+
"optional": false,
|
|
2195
|
+
"constraints": {
|
|
2196
|
+
"notEmpty": true
|
|
2197
|
+
},
|
|
2198
|
+
"feel": "required",
|
|
2199
|
+
"group": "input",
|
|
2200
|
+
"binding": {
|
|
2201
|
+
"name": "input.primaryKeyComponents",
|
|
2202
|
+
"type": "zeebe:input"
|
|
2203
|
+
},
|
|
2204
|
+
"condition": {
|
|
2205
|
+
"allMatch": [
|
|
2206
|
+
{
|
|
2207
|
+
"property": "input.itemOperation",
|
|
2208
|
+
"equals": "getItem",
|
|
2209
|
+
"type": "simple"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"property": "input.operationGroup",
|
|
2213
|
+
"equals": "itemOperation",
|
|
2214
|
+
"type": "simple"
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2217
|
+
},
|
|
2218
|
+
"type": "String"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"id": "input.updateTable.tableName",
|
|
2222
|
+
"label": "Table name",
|
|
2223
|
+
"description": "Name of DynamoDB table",
|
|
2224
|
+
"optional": false,
|
|
2225
|
+
"constraints": {
|
|
2226
|
+
"notEmpty": true
|
|
2227
|
+
},
|
|
2228
|
+
"feel": "optional",
|
|
2229
|
+
"group": "input",
|
|
2230
|
+
"binding": {
|
|
2231
|
+
"name": "input.tableName",
|
|
2232
|
+
"type": "zeebe:input"
|
|
2233
|
+
},
|
|
2234
|
+
"condition": {
|
|
2235
|
+
"allMatch": [
|
|
2236
|
+
{
|
|
2237
|
+
"property": "input.itemOperation",
|
|
2238
|
+
"equals": "updateItem",
|
|
2239
|
+
"type": "simple"
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"property": "input.operationGroup",
|
|
2243
|
+
"equals": "itemOperation",
|
|
2244
|
+
"type": "simple"
|
|
2245
|
+
}
|
|
2246
|
+
]
|
|
2247
|
+
},
|
|
2248
|
+
"type": "String"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"id": "input.updateItem.primaryKeyComponents",
|
|
2252
|
+
"label": "Primary key components",
|
|
2253
|
+
"description": "Simple or composite primary key",
|
|
2254
|
+
"optional": false,
|
|
2255
|
+
"constraints": {
|
|
2256
|
+
"notEmpty": true
|
|
2257
|
+
},
|
|
2258
|
+
"feel": "required",
|
|
2259
|
+
"group": "input",
|
|
2260
|
+
"binding": {
|
|
2261
|
+
"name": "input.primaryKeyComponents",
|
|
2262
|
+
"type": "zeebe:input"
|
|
2263
|
+
},
|
|
2264
|
+
"condition": {
|
|
2265
|
+
"allMatch": [
|
|
2266
|
+
{
|
|
2267
|
+
"property": "input.itemOperation",
|
|
2268
|
+
"equals": "updateItem",
|
|
2269
|
+
"type": "simple"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"property": "input.operationGroup",
|
|
2273
|
+
"equals": "itemOperation",
|
|
2274
|
+
"type": "simple"
|
|
2275
|
+
}
|
|
2276
|
+
]
|
|
2277
|
+
},
|
|
2278
|
+
"type": "String"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"id": "input.keyAttributes",
|
|
2282
|
+
"label": "Key attributes",
|
|
2283
|
+
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2284
|
+
"optional": false,
|
|
2285
|
+
"constraints": {
|
|
2286
|
+
"notEmpty": true
|
|
2287
|
+
},
|
|
2288
|
+
"feel": "required",
|
|
2289
|
+
"group": "input",
|
|
2290
|
+
"binding": {
|
|
2291
|
+
"name": "input.keyAttributes",
|
|
2292
|
+
"type": "zeebe:input"
|
|
2293
|
+
},
|
|
2294
|
+
"condition": {
|
|
2295
|
+
"allMatch": [
|
|
2296
|
+
{
|
|
2297
|
+
"property": "input.itemOperation",
|
|
2298
|
+
"equals": "updateItem",
|
|
2299
|
+
"type": "simple"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"property": "input.operationGroup",
|
|
2303
|
+
"equals": "itemOperation",
|
|
2304
|
+
"type": "simple"
|
|
2305
|
+
}
|
|
2306
|
+
]
|
|
2307
|
+
},
|
|
2308
|
+
"type": "String"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"id": "input.attributeAction",
|
|
2312
|
+
"label": "Attribute action",
|
|
2313
|
+
"description": "Specifies how to perform the update",
|
|
2314
|
+
"optional": false,
|
|
2315
|
+
"constraints": {
|
|
2316
|
+
"notEmpty": true
|
|
2317
|
+
},
|
|
2318
|
+
"group": "input",
|
|
2319
|
+
"binding": {
|
|
2320
|
+
"name": "input.attributeAction",
|
|
2321
|
+
"type": "zeebe:input"
|
|
2322
|
+
},
|
|
2323
|
+
"condition": {
|
|
2324
|
+
"allMatch": [
|
|
2325
|
+
{
|
|
2326
|
+
"property": "input.itemOperation",
|
|
2327
|
+
"equals": "updateItem",
|
|
2328
|
+
"type": "simple"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"property": "input.operationGroup",
|
|
2332
|
+
"equals": "itemOperation",
|
|
2333
|
+
"type": "simple"
|
|
2334
|
+
}
|
|
2335
|
+
]
|
|
2336
|
+
},
|
|
2337
|
+
"type": "Dropdown",
|
|
2338
|
+
"choices": [
|
|
2339
|
+
{
|
|
2340
|
+
"name": "PUT",
|
|
2341
|
+
"value": "put"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "DELETE",
|
|
2345
|
+
"value": "delete"
|
|
2346
|
+
}
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"id": "version",
|
|
2351
|
+
"label": "Version",
|
|
2352
|
+
"description": "Version of the element template",
|
|
2353
|
+
"value": "8",
|
|
2354
|
+
"group": "connector",
|
|
2355
|
+
"binding": {
|
|
2356
|
+
"key": "elementTemplateVersion",
|
|
2357
|
+
"type": "zeebe:taskHeader"
|
|
2358
|
+
},
|
|
2359
|
+
"type": "Hidden"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"id": "id",
|
|
2363
|
+
"label": "ID",
|
|
2364
|
+
"description": "ID of the element template",
|
|
2365
|
+
"value": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
2366
|
+
"group": "connector",
|
|
2367
|
+
"binding": {
|
|
2368
|
+
"key": "elementTemplateId",
|
|
2369
|
+
"type": "zeebe:taskHeader"
|
|
2370
|
+
},
|
|
2371
|
+
"type": "Hidden"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"id": "resultVariable",
|
|
2375
|
+
"label": "Result variable",
|
|
2376
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
2377
|
+
"group": "output",
|
|
2378
|
+
"binding": {
|
|
2379
|
+
"key": "resultVariable",
|
|
2380
|
+
"type": "zeebe:taskHeader"
|
|
2381
|
+
},
|
|
2382
|
+
"type": "String"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"id": "resultExpression",
|
|
2386
|
+
"label": "Result expression",
|
|
2387
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
2388
|
+
"feel": "required",
|
|
2389
|
+
"group": "output",
|
|
2390
|
+
"binding": {
|
|
2391
|
+
"key": "resultExpression",
|
|
2392
|
+
"type": "zeebe:taskHeader"
|
|
2393
|
+
},
|
|
2394
|
+
"type": "Text"
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"id": "errorExpression",
|
|
2398
|
+
"label": "Error expression",
|
|
2399
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2400
|
+
"feel": "required",
|
|
2401
|
+
"group": "error",
|
|
2402
|
+
"binding": {
|
|
2403
|
+
"key": "errorExpression",
|
|
2404
|
+
"type": "zeebe:taskHeader"
|
|
2405
|
+
},
|
|
2406
|
+
"type": "Text"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"id": "retryCount",
|
|
2410
|
+
"label": "Retries",
|
|
2411
|
+
"description": "Number of retries",
|
|
2412
|
+
"value": "3",
|
|
2413
|
+
"feel": "optional",
|
|
2414
|
+
"group": "retries",
|
|
2415
|
+
"binding": {
|
|
2416
|
+
"property": "retries",
|
|
2417
|
+
"type": "zeebe:taskDefinition"
|
|
2418
|
+
},
|
|
2419
|
+
"type": "String"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"id": "retryBackoff",
|
|
2423
|
+
"label": "Retry backoff",
|
|
2424
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2425
|
+
"value": "PT0S",
|
|
2426
|
+
"group": "retries",
|
|
2427
|
+
"binding": {
|
|
2428
|
+
"key": "retryBackoff",
|
|
2429
|
+
"type": "zeebe:taskHeader"
|
|
2430
|
+
},
|
|
2431
|
+
"type": "String"
|
|
2432
|
+
}
|
|
2433
|
+
],
|
|
2434
|
+
"icon": {
|
|
2435
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2440
|
+
"name": "AWS DynamoDB",
|
|
2441
|
+
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
2442
|
+
"version": 3,
|
|
7
2443
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
8
2444
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
9
2445
|
"category": {
|
|
@@ -130,35 +2566,9 @@
|
|
|
130
2566
|
"equals": "item"
|
|
131
2567
|
}
|
|
132
2568
|
},
|
|
133
|
-
{
|
|
134
|
-
"id": "authenticationType",
|
|
135
|
-
"label": "Authentication",
|
|
136
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
|
|
137
|
-
"group": "authentication",
|
|
138
|
-
"type": "Dropdown",
|
|
139
|
-
"optional": false,
|
|
140
|
-
"value": "credentials",
|
|
141
|
-
"choices": [
|
|
142
|
-
{
|
|
143
|
-
"name": "Credentials",
|
|
144
|
-
"value": "credentials"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
148
|
-
"value": "defaultCredentialsChain"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"binding": {
|
|
152
|
-
"type": "zeebe:input",
|
|
153
|
-
"name": "authentication.type"
|
|
154
|
-
},
|
|
155
|
-
"constraints": {
|
|
156
|
-
"notEmpty": true
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
2569
|
{
|
|
160
2570
|
"label": "Access key",
|
|
161
|
-
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2571
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
162
2572
|
"group": "authentication",
|
|
163
2573
|
"type": "String",
|
|
164
2574
|
"feel": "optional",
|
|
@@ -169,15 +2579,11 @@
|
|
|
169
2579
|
},
|
|
170
2580
|
"constraints": {
|
|
171
2581
|
"notEmpty": true
|
|
172
|
-
},
|
|
173
|
-
"condition": {
|
|
174
|
-
"property": "authenticationType",
|
|
175
|
-
"equals": "credentials"
|
|
176
2582
|
}
|
|
177
2583
|
},
|
|
178
2584
|
{
|
|
179
2585
|
"label": "Secret key",
|
|
180
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2586
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
181
2587
|
"group": "authentication",
|
|
182
2588
|
"type": "String",
|
|
183
2589
|
"feel": "optional",
|
|
@@ -188,10 +2594,6 @@
|
|
|
188
2594
|
},
|
|
189
2595
|
"constraints": {
|
|
190
2596
|
"notEmpty": true
|
|
191
|
-
},
|
|
192
|
-
"condition": {
|
|
193
|
-
"property": "authenticationType",
|
|
194
|
-
"equals": "credentials"
|
|
195
2597
|
}
|
|
196
2598
|
},
|
|
197
2599
|
{
|
|
@@ -249,7 +2651,7 @@
|
|
|
249
2651
|
},
|
|
250
2652
|
{
|
|
251
2653
|
"label": "Partition key",
|
|
252
|
-
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2654
|
+
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
253
2655
|
"group": "input",
|
|
254
2656
|
"type": "String",
|
|
255
2657
|
"feel": "optional",
|
|
@@ -267,7 +2669,7 @@
|
|
|
267
2669
|
},
|
|
268
2670
|
{
|
|
269
2671
|
"label": "Partition key role",
|
|
270
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2672
|
+
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
271
2673
|
"group": "input",
|
|
272
2674
|
"type": "Dropdown",
|
|
273
2675
|
"optional": false,
|
|
@@ -327,7 +2729,7 @@
|
|
|
327
2729
|
},
|
|
328
2730
|
{
|
|
329
2731
|
"label": "Sort key",
|
|
330
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2732
|
+
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
331
2733
|
"group": "input",
|
|
332
2734
|
"type": "String",
|
|
333
2735
|
"feel": "optional",
|
|
@@ -406,7 +2808,7 @@
|
|
|
406
2808
|
},
|
|
407
2809
|
{
|
|
408
2810
|
"label": "Read capacity units",
|
|
409
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2811
|
+
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
410
2812
|
"group": "input",
|
|
411
2813
|
"type": "String",
|
|
412
2814
|
"feel": "optional",
|
|
@@ -418,7 +2820,7 @@
|
|
|
418
2820
|
"constraints": {
|
|
419
2821
|
"notEmpty": false,
|
|
420
2822
|
"pattern": {
|
|
421
|
-
"value": "^(=|([0-9]
|
|
2823
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
422
2824
|
"message": "Must be a number"
|
|
423
2825
|
}
|
|
424
2826
|
},
|
|
@@ -429,7 +2831,7 @@
|
|
|
429
2831
|
},
|
|
430
2832
|
{
|
|
431
2833
|
"label": "Write capacity units",
|
|
432
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2834
|
+
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
433
2835
|
"group": "input",
|
|
434
2836
|
"type": "String",
|
|
435
2837
|
"feel": "optional",
|
|
@@ -441,7 +2843,7 @@
|
|
|
441
2843
|
"constraints": {
|
|
442
2844
|
"notEmpty": false,
|
|
443
2845
|
"pattern": {
|
|
444
|
-
"value": "^(=|([0-9]
|
|
2846
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
445
2847
|
"message": "Must be a number"
|
|
446
2848
|
}
|
|
447
2849
|
},
|
|
@@ -452,7 +2854,7 @@
|
|
|
452
2854
|
},
|
|
453
2855
|
{
|
|
454
2856
|
"label": "Billing mode",
|
|
455
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2857
|
+
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
456
2858
|
"group": "input",
|
|
457
2859
|
"type": "Dropdown",
|
|
458
2860
|
"optional": true,
|
|
@@ -509,7 +2911,7 @@
|
|
|
509
2911
|
},
|
|
510
2912
|
{
|
|
511
2913
|
"label": "Filter expression",
|
|
512
|
-
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2914
|
+
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
513
2915
|
"group": "input",
|
|
514
2916
|
"type": "String",
|
|
515
2917
|
"feel": "optional",
|
|
@@ -547,7 +2949,7 @@
|
|
|
547
2949
|
},
|
|
548
2950
|
{
|
|
549
2951
|
"label": "Expression attribute names",
|
|
550
|
-
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2952
|
+
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
551
2953
|
"group": "input",
|
|
552
2954
|
"type": "String",
|
|
553
2955
|
"feel": "required",
|
|
@@ -566,7 +2968,7 @@
|
|
|
566
2968
|
},
|
|
567
2969
|
{
|
|
568
2970
|
"label": "Expression attribute values",
|
|
569
|
-
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2971
|
+
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
570
2972
|
"group": "input",
|
|
571
2973
|
"type": "String",
|
|
572
2974
|
"feel": "required",
|
|
@@ -621,7 +3023,7 @@
|
|
|
621
3023
|
},
|
|
622
3024
|
{
|
|
623
3025
|
"label": "Key attributes",
|
|
624
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
3026
|
+
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
625
3027
|
"group": "input",
|
|
626
3028
|
"type": "String",
|
|
627
3029
|
"feel": "required",
|
|
@@ -702,14 +3104,14 @@
|
|
|
702
3104
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 289' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M165.258 288.501h3.508l57.261-28.634.953-1.347V29.964l-.953-1.354L168.766 0h-3.551l.043 288.501' fill='%235294CF'/%3E%3Cpath d='M90.741 288.501h-3.557l-57.212-28.634-1.161-1.997-.589-226.742 1.75-2.518L87.184 0h3.601l-.044 288.501' fill='%231F5B98'/%3E%3Cpath d='M87.285 0h81.426v288.501H87.285V0z' fill='%232D72B8'/%3E%3Cpath d='M256 137.769l-1.935-.429-27.628-2.576-.41.204-57.312-2.292h-81.43l-57.313 2.292V91.264l-.06.032.06-.128 57.313-13.28h81.43l57.312 13.28 21.069 11.199v-7.2l8.904-.974-.922-1.798-28.192-20.159-.859.279-57.312-17.759h-81.43L29.972 72.515V28.61L0 63.723v30.666l.232-.168 8.672.946v7.348L0 107.28v30.513l.232-.024 8.672.128v12.807l-7.482.112L0 150.68v30.525l8.904 4.788v7.433l-8.531.942-.373-.28v30.661l29.972 35.118v-43.901l57.313 17.759h81.43l57.481-17.811.764.335 27.821-19.862 1.219-1.979-8.904-.982v-7.284l-1.167-.466-19.043 10.265-.69 1.44-57.481 13.203v.016h-81.43v-.016l-57.313-13.259v-43.864l57.313 2.284v.056h81.43l57.312-2.34 1.305.6 26.779-2.306 1.889-.923-8.904-.128v-12.807l8.904-.128' fill='%231A476F'/%3E%3Cpath d='M226.027 215.966v43.901L256 224.749v-30.461l-29.8 21.626-.173.052M226.027 197.421l.173-.04 29.8-16.028v-30.649l-29.973 2.757v43.96M226.2 91.208l-.173-.04v43.8L256 137.769v-30.634l-29.8-15.927M226.2 72.687L256 94.193V63.731L226.027 28.61v43.905l.173.06v.112' fill='%232D72B8'/%3E%3C/svg%3E"
|
|
703
3105
|
},
|
|
704
3106
|
"engines": {
|
|
705
|
-
"camunda": "^8.
|
|
3107
|
+
"camunda": "^8.2"
|
|
706
3108
|
}
|
|
707
3109
|
},
|
|
708
3110
|
{
|
|
709
3111
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
710
3112
|
"name": "AWS DynamoDB",
|
|
711
3113
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
712
|
-
"version":
|
|
3114
|
+
"version": 2,
|
|
713
3115
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
714
3116
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
715
3117
|
"category": {
|
|
@@ -1090,8 +3492,8 @@
|
|
|
1090
3492
|
"constraints": {
|
|
1091
3493
|
"notEmpty": false,
|
|
1092
3494
|
"pattern": {
|
|
1093
|
-
"value": "^(=|([0-9]
|
|
1094
|
-
"message": "Must be a number"
|
|
3495
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
3496
|
+
"message": "Must be a number."
|
|
1095
3497
|
}
|
|
1096
3498
|
},
|
|
1097
3499
|
"condition": {
|
|
@@ -1113,8 +3515,8 @@
|
|
|
1113
3515
|
"constraints": {
|
|
1114
3516
|
"notEmpty": false,
|
|
1115
3517
|
"pattern": {
|
|
1116
|
-
"value": "^(=|([0-9]
|
|
1117
|
-
"message": "Must be a number"
|
|
3518
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
3519
|
+
"message": "Must be a number."
|
|
1118
3520
|
}
|
|
1119
3521
|
},
|
|
1120
3522
|
"condition": {
|
|
@@ -1382,21 +3784,21 @@
|
|
|
1382
3784
|
"name": "AWS DynamoDB Outbound Connector",
|
|
1383
3785
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
1384
3786
|
"description": "Manage tables and items with AWS DynamoDB.",
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
3787
|
+
"keywords": [
|
|
3788
|
+
"create table",
|
|
3789
|
+
"delete table",
|
|
3790
|
+
"update table",
|
|
3791
|
+
"describe table",
|
|
3792
|
+
"scan table",
|
|
3793
|
+
"add item",
|
|
3794
|
+
"delete item",
|
|
3795
|
+
"get item",
|
|
3796
|
+
"update item",
|
|
3797
|
+
"NoSQL",
|
|
3798
|
+
"database"
|
|
3799
|
+
],
|
|
1398
3800
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
|
|
1399
|
-
"version":
|
|
3801
|
+
"version": 9,
|
|
1400
3802
|
"category": {
|
|
1401
3803
|
"id": "connectors",
|
|
1402
3804
|
"name": "Connectors"
|
|
@@ -1405,6 +3807,9 @@
|
|
|
1405
3807
|
"elementType": {
|
|
1406
3808
|
"value": "bpmn:ServiceTask"
|
|
1407
3809
|
},
|
|
3810
|
+
"engines": {
|
|
3811
|
+
"camunda": "^8.6"
|
|
3812
|
+
},
|
|
1408
3813
|
"groups": [
|
|
1409
3814
|
{
|
|
1410
3815
|
"id": "operation",
|
|
@@ -1422,6 +3827,10 @@
|
|
|
1422
3827
|
"id": "input",
|
|
1423
3828
|
"label": "Input"
|
|
1424
3829
|
},
|
|
3830
|
+
{
|
|
3831
|
+
"id": "connector",
|
|
3832
|
+
"label": "Connector"
|
|
3833
|
+
},
|
|
1425
3834
|
{
|
|
1426
3835
|
"id": "output",
|
|
1427
3836
|
"label": "Output mapping"
|
|
@@ -1555,7 +3964,6 @@
|
|
|
1555
3964
|
{
|
|
1556
3965
|
"id": "authentication.accessKey",
|
|
1557
3966
|
"label": "Access key",
|
|
1558
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1559
3967
|
"optional": false,
|
|
1560
3968
|
"constraints": {
|
|
1561
3969
|
"notEmpty": true
|
|
@@ -1571,12 +3979,12 @@
|
|
|
1571
3979
|
"equals": "credentials",
|
|
1572
3980
|
"type": "simple"
|
|
1573
3981
|
},
|
|
3982
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
1574
3983
|
"type": "String"
|
|
1575
3984
|
},
|
|
1576
3985
|
{
|
|
1577
3986
|
"id": "authentication.secretKey",
|
|
1578
3987
|
"label": "Secret key",
|
|
1579
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1580
3988
|
"optional": false,
|
|
1581
3989
|
"constraints": {
|
|
1582
3990
|
"notEmpty": true
|
|
@@ -1592,12 +4000,12 @@
|
|
|
1592
4000
|
"equals": "credentials",
|
|
1593
4001
|
"type": "simple"
|
|
1594
4002
|
},
|
|
4003
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
1595
4004
|
"type": "String"
|
|
1596
4005
|
},
|
|
1597
4006
|
{
|
|
1598
4007
|
"id": "configuration.region",
|
|
1599
4008
|
"label": "Region",
|
|
1600
|
-
"description": "Specify the AWS region",
|
|
1601
4009
|
"optional": false,
|
|
1602
4010
|
"constraints": {
|
|
1603
4011
|
"notEmpty": true
|
|
@@ -1625,7 +4033,6 @@
|
|
|
1625
4033
|
{
|
|
1626
4034
|
"id": "input.createTable.tableName",
|
|
1627
4035
|
"label": "Table name",
|
|
1628
|
-
"description": "Name of DynamoDB table",
|
|
1629
4036
|
"optional": false,
|
|
1630
4037
|
"constraints": {
|
|
1631
4038
|
"notEmpty": true
|
|
@@ -1655,7 +4062,6 @@
|
|
|
1655
4062
|
{
|
|
1656
4063
|
"id": "input.partitionKey",
|
|
1657
4064
|
"label": "Partition key",
|
|
1658
|
-
"description": "Partition key role. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1659
4065
|
"optional": false,
|
|
1660
4066
|
"constraints": {
|
|
1661
4067
|
"notEmpty": true
|
|
@@ -1680,12 +4086,12 @@
|
|
|
1680
4086
|
}
|
|
1681
4087
|
]
|
|
1682
4088
|
},
|
|
4089
|
+
"tooltip": "Attribute name of the table's partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
1683
4090
|
"type": "String"
|
|
1684
4091
|
},
|
|
1685
4092
|
{
|
|
1686
4093
|
"id": "input.partitionKeyRole",
|
|
1687
4094
|
"label": "Partition key role",
|
|
1688
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1689
4095
|
"optional": false,
|
|
1690
4096
|
"constraints": {
|
|
1691
4097
|
"notEmpty": true
|
|
@@ -1709,6 +4115,7 @@
|
|
|
1709
4115
|
}
|
|
1710
4116
|
]
|
|
1711
4117
|
},
|
|
4118
|
+
"tooltip": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
1712
4119
|
"type": "Dropdown",
|
|
1713
4120
|
"choices": [
|
|
1714
4121
|
{
|
|
@@ -1724,7 +4131,6 @@
|
|
|
1724
4131
|
{
|
|
1725
4132
|
"id": "input.partitionKeyType",
|
|
1726
4133
|
"label": "Partition key attribute data type",
|
|
1727
|
-
"description": "Represents the data for an attribute",
|
|
1728
4134
|
"optional": false,
|
|
1729
4135
|
"constraints": {
|
|
1730
4136
|
"notEmpty": true
|
|
@@ -1748,6 +4154,7 @@
|
|
|
1748
4154
|
}
|
|
1749
4155
|
]
|
|
1750
4156
|
},
|
|
4157
|
+
"tooltip": "S = String, N = Number, B = Binary",
|
|
1751
4158
|
"type": "Dropdown",
|
|
1752
4159
|
"choices": [
|
|
1753
4160
|
{
|
|
@@ -1767,7 +4174,6 @@
|
|
|
1767
4174
|
{
|
|
1768
4175
|
"id": "input.sortKey",
|
|
1769
4176
|
"label": "Sort key",
|
|
1770
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1771
4177
|
"optional": true,
|
|
1772
4178
|
"feel": "optional",
|
|
1773
4179
|
"group": "input",
|
|
@@ -1789,12 +4195,12 @@
|
|
|
1789
4195
|
}
|
|
1790
4196
|
]
|
|
1791
4197
|
},
|
|
4198
|
+
"tooltip": "Attribute name of the table's sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
1792
4199
|
"type": "String"
|
|
1793
4200
|
},
|
|
1794
4201
|
{
|
|
1795
4202
|
"id": "input.sortKeyRole",
|
|
1796
4203
|
"label": "Sort key role",
|
|
1797
|
-
"description": "The role that this key attribute will assume",
|
|
1798
4204
|
"optional": true,
|
|
1799
4205
|
"group": "input",
|
|
1800
4206
|
"binding": {
|
|
@@ -1815,6 +4221,7 @@
|
|
|
1815
4221
|
}
|
|
1816
4222
|
]
|
|
1817
4223
|
},
|
|
4224
|
+
"tooltip": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
1818
4225
|
"type": "Dropdown",
|
|
1819
4226
|
"choices": [
|
|
1820
4227
|
{
|
|
@@ -1830,7 +4237,6 @@
|
|
|
1830
4237
|
{
|
|
1831
4238
|
"id": "input.sortKeyType",
|
|
1832
4239
|
"label": "Sort key attribute data type",
|
|
1833
|
-
"description": "Represents the data for an attribute",
|
|
1834
4240
|
"optional": true,
|
|
1835
4241
|
"group": "input",
|
|
1836
4242
|
"binding": {
|
|
@@ -1851,6 +4257,7 @@
|
|
|
1851
4257
|
}
|
|
1852
4258
|
]
|
|
1853
4259
|
},
|
|
4260
|
+
"tooltip": "S = String, N = Number, B = Binary",
|
|
1854
4261
|
"type": "Dropdown",
|
|
1855
4262
|
"choices": [
|
|
1856
4263
|
{
|
|
@@ -1870,7 +4277,6 @@
|
|
|
1870
4277
|
{
|
|
1871
4278
|
"id": "input.readCapacityUnits",
|
|
1872
4279
|
"label": "Read capacity units",
|
|
1873
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1874
4280
|
"optional": false,
|
|
1875
4281
|
"constraints": {
|
|
1876
4282
|
"notEmpty": true
|
|
@@ -1895,12 +4301,12 @@
|
|
|
1895
4301
|
}
|
|
1896
4302
|
]
|
|
1897
4303
|
},
|
|
4304
|
+
"tooltip": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
1898
4305
|
"type": "Number"
|
|
1899
4306
|
},
|
|
1900
4307
|
{
|
|
1901
4308
|
"id": "input.writeCapacityUnits",
|
|
1902
4309
|
"label": "Write capacity units",
|
|
1903
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1904
4310
|
"optional": false,
|
|
1905
4311
|
"constraints": {
|
|
1906
4312
|
"notEmpty": true
|
|
@@ -1925,12 +4331,12 @@
|
|
|
1925
4331
|
}
|
|
1926
4332
|
]
|
|
1927
4333
|
},
|
|
4334
|
+
"tooltip": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
1928
4335
|
"type": "Number"
|
|
1929
4336
|
},
|
|
1930
4337
|
{
|
|
1931
4338
|
"id": "input.billingModeStr",
|
|
1932
4339
|
"label": "Billing mode",
|
|
1933
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
1934
4340
|
"optional": false,
|
|
1935
4341
|
"constraints": {
|
|
1936
4342
|
"notEmpty": true
|
|
@@ -1954,6 +4360,7 @@
|
|
|
1954
4360
|
}
|
|
1955
4361
|
]
|
|
1956
4362
|
},
|
|
4363
|
+
"tooltip": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
1957
4364
|
"type": "Dropdown",
|
|
1958
4365
|
"choices": [
|
|
1959
4366
|
{
|
|
@@ -1969,7 +4376,6 @@
|
|
|
1969
4376
|
{
|
|
1970
4377
|
"id": "input.deletionProtection",
|
|
1971
4378
|
"label": "Deletion protection",
|
|
1972
|
-
"description": "Prevents accidental table deletion",
|
|
1973
4379
|
"optional": false,
|
|
1974
4380
|
"value": "false",
|
|
1975
4381
|
"constraints": {
|
|
@@ -1994,6 +4400,7 @@
|
|
|
1994
4400
|
}
|
|
1995
4401
|
]
|
|
1996
4402
|
},
|
|
4403
|
+
"tooltip": "Prevents accidental table deletion",
|
|
1997
4404
|
"type": "Dropdown",
|
|
1998
4405
|
"choices": [
|
|
1999
4406
|
{
|
|
@@ -2009,7 +4416,6 @@
|
|
|
2009
4416
|
{
|
|
2010
4417
|
"id": "input.deleteTable.tableName",
|
|
2011
4418
|
"label": "Table name",
|
|
2012
|
-
"description": "Name of DynamoDB table",
|
|
2013
4419
|
"optional": false,
|
|
2014
4420
|
"constraints": {
|
|
2015
4421
|
"notEmpty": true
|
|
@@ -2039,7 +4445,6 @@
|
|
|
2039
4445
|
{
|
|
2040
4446
|
"id": "input.describeTable.tableName",
|
|
2041
4447
|
"label": "Table name",
|
|
2042
|
-
"description": "Name of DynamoDB table",
|
|
2043
4448
|
"optional": false,
|
|
2044
4449
|
"constraints": {
|
|
2045
4450
|
"notEmpty": true
|
|
@@ -2069,7 +4474,6 @@
|
|
|
2069
4474
|
{
|
|
2070
4475
|
"id": "input.scanTable.tableName",
|
|
2071
4476
|
"label": "Table name",
|
|
2072
|
-
"description": "Name of DynamoDB table",
|
|
2073
4477
|
"optional": false,
|
|
2074
4478
|
"constraints": {
|
|
2075
4479
|
"notEmpty": true
|
|
@@ -2099,7 +4503,6 @@
|
|
|
2099
4503
|
{
|
|
2100
4504
|
"id": "input.filterExpression",
|
|
2101
4505
|
"label": "Filter expression",
|
|
2102
|
-
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2103
4506
|
"optional": true,
|
|
2104
4507
|
"feel": "optional",
|
|
2105
4508
|
"group": "input",
|
|
@@ -2121,12 +4524,12 @@
|
|
|
2121
4524
|
}
|
|
2122
4525
|
]
|
|
2123
4526
|
},
|
|
4527
|
+
"tooltip": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
2124
4528
|
"type": "String"
|
|
2125
4529
|
},
|
|
2126
4530
|
{
|
|
2127
4531
|
"id": "input.projectionExpression",
|
|
2128
4532
|
"label": "Projection expression",
|
|
2129
|
-
"description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
|
|
2130
4533
|
"optional": true,
|
|
2131
4534
|
"feel": "optional",
|
|
2132
4535
|
"group": "input",
|
|
@@ -2148,12 +4551,13 @@
|
|
|
2148
4551
|
}
|
|
2149
4552
|
]
|
|
2150
4553
|
},
|
|
4554
|
+
"tooltip": "A string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated.",
|
|
4555
|
+
"placeholder": "Artist, SongTitle, Genre",
|
|
2151
4556
|
"type": "String"
|
|
2152
4557
|
},
|
|
2153
4558
|
{
|
|
2154
4559
|
"id": "input.expressionAttributeNames",
|
|
2155
4560
|
"label": "Expression attribute names",
|
|
2156
|
-
"description": "Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2157
4561
|
"optional": true,
|
|
2158
4562
|
"feel": "required",
|
|
2159
4563
|
"group": "input",
|
|
@@ -2175,12 +4579,12 @@
|
|
|
2175
4579
|
}
|
|
2176
4580
|
]
|
|
2177
4581
|
},
|
|
4582
|
+
"tooltip": "A placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
2178
4583
|
"type": "String"
|
|
2179
4584
|
},
|
|
2180
4585
|
{
|
|
2181
4586
|
"id": "input.expressionAttributeValues",
|
|
2182
4587
|
"label": "Expression attribute values",
|
|
2183
|
-
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2184
4588
|
"optional": true,
|
|
2185
4589
|
"feel": "required",
|
|
2186
4590
|
"group": "input",
|
|
@@ -2202,12 +4606,12 @@
|
|
|
2202
4606
|
}
|
|
2203
4607
|
]
|
|
2204
4608
|
},
|
|
4609
|
+
"tooltip": "Substitution values for placeholders used in the filter or projection expression. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
2205
4610
|
"type": "String"
|
|
2206
4611
|
},
|
|
2207
4612
|
{
|
|
2208
4613
|
"id": "input.addItem.tableName",
|
|
2209
4614
|
"label": "Table name",
|
|
2210
|
-
"description": "Name of DynamoDB table",
|
|
2211
4615
|
"optional": false,
|
|
2212
4616
|
"constraints": {
|
|
2213
4617
|
"notEmpty": true
|
|
@@ -2237,7 +4641,6 @@
|
|
|
2237
4641
|
{
|
|
2238
4642
|
"id": "input.item",
|
|
2239
4643
|
"label": "Item",
|
|
2240
|
-
"description": "DynamoDB item (group of attributes)",
|
|
2241
4644
|
"optional": false,
|
|
2242
4645
|
"constraints": {
|
|
2243
4646
|
"notEmpty": true
|
|
@@ -2262,12 +4665,12 @@
|
|
|
2262
4665
|
}
|
|
2263
4666
|
]
|
|
2264
4667
|
},
|
|
4668
|
+
"tooltip": "DynamoDB item (group of attributes)",
|
|
2265
4669
|
"type": "String"
|
|
2266
4670
|
},
|
|
2267
4671
|
{
|
|
2268
4672
|
"id": "input.deleteItem.tableName",
|
|
2269
4673
|
"label": "Table name",
|
|
2270
|
-
"description": "Name of DynamoDB table",
|
|
2271
4674
|
"optional": false,
|
|
2272
4675
|
"constraints": {
|
|
2273
4676
|
"notEmpty": true
|
|
@@ -2297,7 +4700,6 @@
|
|
|
2297
4700
|
{
|
|
2298
4701
|
"id": "input.deleteItem.primaryKeyComponents",
|
|
2299
4702
|
"label": "Primary key components",
|
|
2300
|
-
"description": "Simple or composite primary key",
|
|
2301
4703
|
"optional": false,
|
|
2302
4704
|
"constraints": {
|
|
2303
4705
|
"notEmpty": true
|
|
@@ -2322,12 +4724,12 @@
|
|
|
2322
4724
|
}
|
|
2323
4725
|
]
|
|
2324
4726
|
},
|
|
4727
|
+
"tooltip": "Simple or composite primary key",
|
|
2325
4728
|
"type": "String"
|
|
2326
4729
|
},
|
|
2327
4730
|
{
|
|
2328
4731
|
"id": "input.getItem.tableName",
|
|
2329
4732
|
"label": "Table name",
|
|
2330
|
-
"description": "Name of DynamoDB table",
|
|
2331
4733
|
"optional": false,
|
|
2332
4734
|
"constraints": {
|
|
2333
4735
|
"notEmpty": true
|
|
@@ -2357,7 +4759,6 @@
|
|
|
2357
4759
|
{
|
|
2358
4760
|
"id": "input.getItem.primaryKeyComponents",
|
|
2359
4761
|
"label": "Primary key components",
|
|
2360
|
-
"description": "Simple or composite primary key",
|
|
2361
4762
|
"optional": false,
|
|
2362
4763
|
"constraints": {
|
|
2363
4764
|
"notEmpty": true
|
|
@@ -2382,12 +4783,12 @@
|
|
|
2382
4783
|
}
|
|
2383
4784
|
]
|
|
2384
4785
|
},
|
|
4786
|
+
"tooltip": "Simple or composite primary key",
|
|
2385
4787
|
"type": "String"
|
|
2386
4788
|
},
|
|
2387
4789
|
{
|
|
2388
4790
|
"id": "input.updateTable.tableName",
|
|
2389
4791
|
"label": "Table name",
|
|
2390
|
-
"description": "Name of DynamoDB table",
|
|
2391
4792
|
"optional": false,
|
|
2392
4793
|
"constraints": {
|
|
2393
4794
|
"notEmpty": true
|
|
@@ -2417,7 +4818,6 @@
|
|
|
2417
4818
|
{
|
|
2418
4819
|
"id": "input.updateItem.primaryKeyComponents",
|
|
2419
4820
|
"label": "Primary key components",
|
|
2420
|
-
"description": "Simple or composite primary key",
|
|
2421
4821
|
"optional": false,
|
|
2422
4822
|
"constraints": {
|
|
2423
4823
|
"notEmpty": true
|
|
@@ -2442,12 +4842,12 @@
|
|
|
2442
4842
|
}
|
|
2443
4843
|
]
|
|
2444
4844
|
},
|
|
4845
|
+
"tooltip": "Simple or composite primary key",
|
|
2445
4846
|
"type": "String"
|
|
2446
4847
|
},
|
|
2447
4848
|
{
|
|
2448
4849
|
"id": "input.keyAttributes",
|
|
2449
4850
|
"label": "Key attributes",
|
|
2450
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2451
4851
|
"optional": false,
|
|
2452
4852
|
"constraints": {
|
|
2453
4853
|
"notEmpty": true
|
|
@@ -2472,12 +4872,12 @@
|
|
|
2472
4872
|
}
|
|
2473
4873
|
]
|
|
2474
4874
|
},
|
|
4875
|
+
"tooltip": "Attribute values to write to the item. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
2475
4876
|
"type": "String"
|
|
2476
4877
|
},
|
|
2477
4878
|
{
|
|
2478
4879
|
"id": "input.attributeAction",
|
|
2479
4880
|
"label": "Attribute action",
|
|
2480
|
-
"description": "Specifies how to perform the update",
|
|
2481
4881
|
"optional": false,
|
|
2482
4882
|
"constraints": {
|
|
2483
4883
|
"notEmpty": true
|
|
@@ -2501,6 +4901,7 @@
|
|
|
2501
4901
|
}
|
|
2502
4902
|
]
|
|
2503
4903
|
},
|
|
4904
|
+
"tooltip": "PUT = set the attribute value, DELETE = remove the attribute",
|
|
2504
4905
|
"type": "Dropdown",
|
|
2505
4906
|
"choices": [
|
|
2506
4907
|
{
|
|
@@ -2513,10 +4914,34 @@
|
|
|
2513
4914
|
}
|
|
2514
4915
|
]
|
|
2515
4916
|
},
|
|
4917
|
+
{
|
|
4918
|
+
"id": "version",
|
|
4919
|
+
"label": "Version",
|
|
4920
|
+
"description": "Version of the element template",
|
|
4921
|
+
"value": "9",
|
|
4922
|
+
"group": "connector",
|
|
4923
|
+
"binding": {
|
|
4924
|
+
"key": "elementTemplateVersion",
|
|
4925
|
+
"type": "zeebe:taskHeader"
|
|
4926
|
+
},
|
|
4927
|
+
"type": "Hidden"
|
|
4928
|
+
},
|
|
4929
|
+
{
|
|
4930
|
+
"id": "id",
|
|
4931
|
+
"label": "ID",
|
|
4932
|
+
"description": "ID of the element template",
|
|
4933
|
+
"value": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
4934
|
+
"group": "connector",
|
|
4935
|
+
"binding": {
|
|
4936
|
+
"key": "elementTemplateId",
|
|
4937
|
+
"type": "zeebe:taskHeader"
|
|
4938
|
+
},
|
|
4939
|
+
"type": "Hidden"
|
|
4940
|
+
},
|
|
2516
4941
|
{
|
|
2517
4942
|
"id": "resultVariable",
|
|
2518
4943
|
"label": "Result variable",
|
|
2519
|
-
"description": "Name of variable to store the response in",
|
|
4944
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
2520
4945
|
"group": "output",
|
|
2521
4946
|
"binding": {
|
|
2522
4947
|
"key": "resultVariable",
|
|
@@ -2527,7 +4952,7 @@
|
|
|
2527
4952
|
{
|
|
2528
4953
|
"id": "resultExpression",
|
|
2529
4954
|
"label": "Result expression",
|
|
2530
|
-
"description": "Expression to map the response into process variables",
|
|
4955
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
2531
4956
|
"feel": "required",
|
|
2532
4957
|
"group": "output",
|
|
2533
4958
|
"binding": {
|
|
@@ -2565,7 +4990,7 @@
|
|
|
2565
4990
|
"id": "retryBackoff",
|
|
2566
4991
|
"label": "Retry backoff",
|
|
2567
4992
|
"description": "ISO-8601 duration to wait between retries",
|
|
2568
|
-
"value": "
|
|
4993
|
+
"value": "PT30S",
|
|
2569
4994
|
"group": "retries",
|
|
2570
4995
|
"binding": {
|
|
2571
4996
|
"key": "retryBackoff",
|
|
@@ -2574,18 +4999,135 @@
|
|
|
2574
4999
|
"type": "String"
|
|
2575
5000
|
}
|
|
2576
5001
|
],
|
|
5002
|
+
"steps": [
|
|
5003
|
+
{
|
|
5004
|
+
"name": "Table",
|
|
5005
|
+
"description": "Create, delete or scan DynamoDB tables",
|
|
5006
|
+
"steps": [
|
|
5007
|
+
{
|
|
5008
|
+
"name": "Create table",
|
|
5009
|
+
"description": "Create a new DynamoDB table",
|
|
5010
|
+
"keywords": ["create table", "new table", "provision table"],
|
|
5011
|
+
"presetId": "operationGroup_tableOperation_tableOperation_createTable"
|
|
5012
|
+
},
|
|
5013
|
+
{
|
|
5014
|
+
"name": "Delete table",
|
|
5015
|
+
"description": "Delete a DynamoDB table",
|
|
5016
|
+
"keywords": ["delete table", "drop table", "remove table"],
|
|
5017
|
+
"presetId": "operationGroup_tableOperation_tableOperation_deleteTable"
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"name": "Describe table",
|
|
5021
|
+
"description": "Return the metadata of a DynamoDB table",
|
|
5022
|
+
"keywords": ["describe table", "table schema", "table metadata"],
|
|
5023
|
+
"presetId": "operationGroup_tableOperation_tableOperation_describeTable"
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "Scan table",
|
|
5027
|
+
"description": "Read every item in a DynamoDB table",
|
|
5028
|
+
"keywords": ["scan table", "list items", "read all items"],
|
|
5029
|
+
"presetId": "operationGroup_tableOperation_tableOperation_scanTable"
|
|
5030
|
+
}
|
|
5031
|
+
]
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"name": "Item",
|
|
5035
|
+
"description": "Add, retrieve, update or delete items inside a DynamoDB table",
|
|
5036
|
+
"steps": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "Add item",
|
|
5039
|
+
"description": "Add a single item to a DynamoDB table",
|
|
5040
|
+
"keywords": ["add item", "put item", "insert item"],
|
|
5041
|
+
"presetId": "operationGroup_itemOperation_itemOperation_addItem"
|
|
5042
|
+
},
|
|
5043
|
+
{
|
|
5044
|
+
"name": "Delete item",
|
|
5045
|
+
"description": "Delete a single item from a DynamoDB table by primary key",
|
|
5046
|
+
"keywords": ["delete item", "remove item", "drop item"],
|
|
5047
|
+
"presetId": "operationGroup_itemOperation_itemOperation_deleteItem"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"name": "Get item",
|
|
5051
|
+
"description": "Fetch a single item from a DynamoDB table by primary key",
|
|
5052
|
+
"keywords": ["get item", "fetch item", "lookup item"],
|
|
5053
|
+
"presetId": "operationGroup_itemOperation_itemOperation_getItem"
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"name": "Update item",
|
|
5057
|
+
"description": "Update a single item in a DynamoDB table",
|
|
5058
|
+
"keywords": ["update item", "modify item", "patch item"],
|
|
5059
|
+
"presetId": "operationGroup_itemOperation_itemOperation_updateItem"
|
|
5060
|
+
}
|
|
5061
|
+
]
|
|
5062
|
+
}
|
|
5063
|
+
],
|
|
5064
|
+
"presets": [
|
|
5065
|
+
{
|
|
5066
|
+
"id": "operationGroup_tableOperation_tableOperation_createTable",
|
|
5067
|
+
"properties": {
|
|
5068
|
+
"input.operationGroup": "tableOperation",
|
|
5069
|
+
"input.tableOperation": "createTable"
|
|
5070
|
+
}
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"id": "operationGroup_tableOperation_tableOperation_deleteTable",
|
|
5074
|
+
"properties": {
|
|
5075
|
+
"input.operationGroup": "tableOperation",
|
|
5076
|
+
"input.tableOperation": "deleteTable"
|
|
5077
|
+
}
|
|
5078
|
+
},
|
|
5079
|
+
{
|
|
5080
|
+
"id": "operationGroup_tableOperation_tableOperation_describeTable",
|
|
5081
|
+
"properties": {
|
|
5082
|
+
"input.operationGroup": "tableOperation",
|
|
5083
|
+
"input.tableOperation": "describeTable"
|
|
5084
|
+
}
|
|
5085
|
+
},
|
|
5086
|
+
{
|
|
5087
|
+
"id": "operationGroup_tableOperation_tableOperation_scanTable",
|
|
5088
|
+
"properties": {
|
|
5089
|
+
"input.operationGroup": "tableOperation",
|
|
5090
|
+
"input.tableOperation": "scanTable"
|
|
5091
|
+
}
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"id": "operationGroup_itemOperation_itemOperation_addItem",
|
|
5095
|
+
"properties": {
|
|
5096
|
+
"input.operationGroup": "itemOperation",
|
|
5097
|
+
"input.itemOperation": "addItem"
|
|
5098
|
+
}
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"id": "operationGroup_itemOperation_itemOperation_deleteItem",
|
|
5102
|
+
"properties": {
|
|
5103
|
+
"input.operationGroup": "itemOperation",
|
|
5104
|
+
"input.itemOperation": "deleteItem"
|
|
5105
|
+
}
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"id": "operationGroup_itemOperation_itemOperation_getItem",
|
|
5109
|
+
"properties": {
|
|
5110
|
+
"input.operationGroup": "itemOperation",
|
|
5111
|
+
"input.itemOperation": "getItem"
|
|
5112
|
+
}
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"id": "operationGroup_itemOperation_itemOperation_updateItem",
|
|
5116
|
+
"properties": {
|
|
5117
|
+
"input.operationGroup": "itemOperation",
|
|
5118
|
+
"input.itemOperation": "updateItem"
|
|
5119
|
+
}
|
|
5120
|
+
}
|
|
5121
|
+
],
|
|
2577
5122
|
"icon": {
|
|
2578
5123
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
|
|
2579
|
-
},
|
|
2580
|
-
"engines": {
|
|
2581
|
-
"camunda": "^8.5"
|
|
2582
5124
|
}
|
|
2583
5125
|
},
|
|
2584
5126
|
{
|
|
2585
5127
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2586
|
-
"name": "AWS DynamoDB",
|
|
5128
|
+
"name": "AWS DynamoDB Outbound Connector",
|
|
2587
5129
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
2588
|
-
"version":
|
|
5130
|
+
"version": 4,
|
|
2589
5131
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
2590
5132
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
2591
5133
|
"category": {
|
|
@@ -2966,8 +5508,8 @@
|
|
|
2966
5508
|
"constraints": {
|
|
2967
5509
|
"notEmpty": false,
|
|
2968
5510
|
"pattern": {
|
|
2969
|
-
"value": "^(=|([0-9]
|
|
2970
|
-
"message": "Must be a number
|
|
5511
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
5512
|
+
"message": "Must be a number"
|
|
2971
5513
|
}
|
|
2972
5514
|
},
|
|
2973
5515
|
"condition": {
|
|
@@ -2989,8 +5531,8 @@
|
|
|
2989
5531
|
"constraints": {
|
|
2990
5532
|
"notEmpty": false,
|
|
2991
5533
|
"pattern": {
|
|
2992
|
-
"value": "^(=|([0-9]
|
|
2993
|
-
"message": "Must be a number
|
|
5534
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
5535
|
+
"message": "Must be a number"
|
|
2994
5536
|
}
|
|
2995
5537
|
},
|
|
2996
5538
|
"condition": {
|
|
@@ -3929,7 +6471,7 @@
|
|
|
3929
6471
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3930
6472
|
"name": "AWS DynamoDB Outbound Connector",
|
|
3931
6473
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
3932
|
-
"version":
|
|
6474
|
+
"version": 6,
|
|
3933
6475
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
3934
6476
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
3935
6477
|
"category": {
|
|
@@ -4056,9 +6598,35 @@
|
|
|
4056
6598
|
"equals": "item"
|
|
4057
6599
|
}
|
|
4058
6600
|
},
|
|
6601
|
+
{
|
|
6602
|
+
"id": "authenticationType",
|
|
6603
|
+
"label": "Authentication",
|
|
6604
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
|
|
6605
|
+
"group": "authentication",
|
|
6606
|
+
"type": "Dropdown",
|
|
6607
|
+
"optional": false,
|
|
6608
|
+
"value": "credentials",
|
|
6609
|
+
"choices": [
|
|
6610
|
+
{
|
|
6611
|
+
"name": "Credentials",
|
|
6612
|
+
"value": "credentials"
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
6616
|
+
"value": "defaultCredentialsChain"
|
|
6617
|
+
}
|
|
6618
|
+
],
|
|
6619
|
+
"binding": {
|
|
6620
|
+
"type": "zeebe:input",
|
|
6621
|
+
"name": "authentication.type"
|
|
6622
|
+
},
|
|
6623
|
+
"constraints": {
|
|
6624
|
+
"notEmpty": true
|
|
6625
|
+
}
|
|
6626
|
+
},
|
|
4059
6627
|
{
|
|
4060
6628
|
"label": "Access key",
|
|
4061
|
-
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6629
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4062
6630
|
"group": "authentication",
|
|
4063
6631
|
"type": "String",
|
|
4064
6632
|
"feel": "optional",
|
|
@@ -4069,11 +6637,15 @@
|
|
|
4069
6637
|
},
|
|
4070
6638
|
"constraints": {
|
|
4071
6639
|
"notEmpty": true
|
|
6640
|
+
},
|
|
6641
|
+
"condition": {
|
|
6642
|
+
"property": "authenticationType",
|
|
6643
|
+
"equals": "credentials"
|
|
4072
6644
|
}
|
|
4073
6645
|
},
|
|
4074
6646
|
{
|
|
4075
6647
|
"label": "Secret key",
|
|
4076
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6648
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4077
6649
|
"group": "authentication",
|
|
4078
6650
|
"type": "String",
|
|
4079
6651
|
"feel": "optional",
|
|
@@ -4084,6 +6656,10 @@
|
|
|
4084
6656
|
},
|
|
4085
6657
|
"constraints": {
|
|
4086
6658
|
"notEmpty": true
|
|
6659
|
+
},
|
|
6660
|
+
"condition": {
|
|
6661
|
+
"property": "authenticationType",
|
|
6662
|
+
"equals": "credentials"
|
|
4087
6663
|
}
|
|
4088
6664
|
},
|
|
4089
6665
|
{
|
|
@@ -4141,7 +6717,7 @@
|
|
|
4141
6717
|
},
|
|
4142
6718
|
{
|
|
4143
6719
|
"label": "Partition key",
|
|
4144
|
-
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6720
|
+
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4145
6721
|
"group": "input",
|
|
4146
6722
|
"type": "String",
|
|
4147
6723
|
"feel": "optional",
|
|
@@ -4159,7 +6735,7 @@
|
|
|
4159
6735
|
},
|
|
4160
6736
|
{
|
|
4161
6737
|
"label": "Partition key role",
|
|
4162
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6738
|
+
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4163
6739
|
"group": "input",
|
|
4164
6740
|
"type": "Dropdown",
|
|
4165
6741
|
"optional": false,
|
|
@@ -4219,7 +6795,7 @@
|
|
|
4219
6795
|
},
|
|
4220
6796
|
{
|
|
4221
6797
|
"label": "Sort key",
|
|
4222
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6798
|
+
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4223
6799
|
"group": "input",
|
|
4224
6800
|
"type": "String",
|
|
4225
6801
|
"feel": "optional",
|
|
@@ -4298,7 +6874,7 @@
|
|
|
4298
6874
|
},
|
|
4299
6875
|
{
|
|
4300
6876
|
"label": "Read capacity units",
|
|
4301
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6877
|
+
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4302
6878
|
"group": "input",
|
|
4303
6879
|
"type": "String",
|
|
4304
6880
|
"feel": "optional",
|
|
@@ -4321,7 +6897,7 @@
|
|
|
4321
6897
|
},
|
|
4322
6898
|
{
|
|
4323
6899
|
"label": "Write capacity units",
|
|
4324
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6900
|
+
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4325
6901
|
"group": "input",
|
|
4326
6902
|
"type": "String",
|
|
4327
6903
|
"feel": "optional",
|
|
@@ -4344,7 +6920,7 @@
|
|
|
4344
6920
|
},
|
|
4345
6921
|
{
|
|
4346
6922
|
"label": "Billing mode",
|
|
4347
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6923
|
+
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4348
6924
|
"group": "input",
|
|
4349
6925
|
"type": "Dropdown",
|
|
4350
6926
|
"optional": true,
|
|
@@ -4401,7 +6977,7 @@
|
|
|
4401
6977
|
},
|
|
4402
6978
|
{
|
|
4403
6979
|
"label": "Filter expression",
|
|
4404
|
-
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
6980
|
+
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4405
6981
|
"group": "input",
|
|
4406
6982
|
"type": "String",
|
|
4407
6983
|
"feel": "optional",
|
|
@@ -4439,7 +7015,7 @@
|
|
|
4439
7015
|
},
|
|
4440
7016
|
{
|
|
4441
7017
|
"label": "Expression attribute names",
|
|
4442
|
-
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
7018
|
+
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4443
7019
|
"group": "input",
|
|
4444
7020
|
"type": "String",
|
|
4445
7021
|
"feel": "required",
|
|
@@ -4458,7 +7034,7 @@
|
|
|
4458
7034
|
},
|
|
4459
7035
|
{
|
|
4460
7036
|
"label": "Expression attribute values",
|
|
4461
|
-
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
7037
|
+
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4462
7038
|
"group": "input",
|
|
4463
7039
|
"type": "String",
|
|
4464
7040
|
"feel": "required",
|
|
@@ -4513,7 +7089,7 @@
|
|
|
4513
7089
|
},
|
|
4514
7090
|
{
|
|
4515
7091
|
"label": "Key attributes",
|
|
4516
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
7092
|
+
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4517
7093
|
"group": "input",
|
|
4518
7094
|
"type": "String",
|
|
4519
7095
|
"feel": "required",
|
|
@@ -4594,7 +7170,7 @@
|
|
|
4594
7170
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 289' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M165.258 288.501h3.508l57.261-28.634.953-1.347V29.964l-.953-1.354L168.766 0h-3.551l.043 288.501' fill='%235294CF'/%3E%3Cpath d='M90.741 288.501h-3.557l-57.212-28.634-1.161-1.997-.589-226.742 1.75-2.518L87.184 0h3.601l-.044 288.501' fill='%231F5B98'/%3E%3Cpath d='M87.285 0h81.426v288.501H87.285V0z' fill='%232D72B8'/%3E%3Cpath d='M256 137.769l-1.935-.429-27.628-2.576-.41.204-57.312-2.292h-81.43l-57.313 2.292V91.264l-.06.032.06-.128 57.313-13.28h81.43l57.312 13.28 21.069 11.199v-7.2l8.904-.974-.922-1.798-28.192-20.159-.859.279-57.312-17.759h-81.43L29.972 72.515V28.61L0 63.723v30.666l.232-.168 8.672.946v7.348L0 107.28v30.513l.232-.024 8.672.128v12.807l-7.482.112L0 150.68v30.525l8.904 4.788v7.433l-8.531.942-.373-.28v30.661l29.972 35.118v-43.901l57.313 17.759h81.43l57.481-17.811.764.335 27.821-19.862 1.219-1.979-8.904-.982v-7.284l-1.167-.466-19.043 10.265-.69 1.44-57.481 13.203v.016h-81.43v-.016l-57.313-13.259v-43.864l57.313 2.284v.056h81.43l57.312-2.34 1.305.6 26.779-2.306 1.889-.923-8.904-.128v-12.807l8.904-.128' fill='%231A476F'/%3E%3Cpath d='M226.027 215.966v43.901L256 224.749v-30.461l-29.8 21.626-.173.052M226.027 197.421l.173-.04 29.8-16.028v-30.649l-29.973 2.757v43.96M226.2 91.208l-.173-.04v43.8L256 137.769v-30.634l-29.8-15.927M226.2 72.687L256 94.193V63.731L226.027 28.61v43.905l.173.06v.112' fill='%232D72B8'/%3E%3C/svg%3E"
|
|
4595
7171
|
},
|
|
4596
7172
|
"engines": {
|
|
4597
|
-
"camunda": "^8.
|
|
7173
|
+
"camunda": "^8.4"
|
|
4598
7174
|
}
|
|
4599
7175
|
},
|
|
4600
7176
|
{
|
|
@@ -4616,7 +7192,7 @@
|
|
|
4616
7192
|
"database"
|
|
4617
7193
|
],
|
|
4618
7194
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
|
|
4619
|
-
"version":
|
|
7195
|
+
"version": 10,
|
|
4620
7196
|
"category": {
|
|
4621
7197
|
"id": "connectors",
|
|
4622
7198
|
"name": "Connectors"
|
|
@@ -4782,7 +7358,6 @@
|
|
|
4782
7358
|
{
|
|
4783
7359
|
"id": "authentication.accessKey",
|
|
4784
7360
|
"label": "Access key",
|
|
4785
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
4786
7361
|
"optional": false,
|
|
4787
7362
|
"constraints": {
|
|
4788
7363
|
"notEmpty": true
|
|
@@ -4798,12 +7373,13 @@
|
|
|
4798
7373
|
"equals": "credentials",
|
|
4799
7374
|
"type": "simple"
|
|
4800
7375
|
},
|
|
4801
|
-
"
|
|
7376
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
7377
|
+
"type": "String",
|
|
7378
|
+
"secret": true
|
|
4802
7379
|
},
|
|
4803
7380
|
{
|
|
4804
7381
|
"id": "authentication.secretKey",
|
|
4805
7382
|
"label": "Secret key",
|
|
4806
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
4807
7383
|
"optional": false,
|
|
4808
7384
|
"constraints": {
|
|
4809
7385
|
"notEmpty": true
|
|
@@ -4819,12 +7395,26 @@
|
|
|
4819
7395
|
"equals": "credentials",
|
|
4820
7396
|
"type": "simple"
|
|
4821
7397
|
},
|
|
4822
|
-
"
|
|
7398
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
7399
|
+
"type": "String",
|
|
7400
|
+
"secret": true
|
|
7401
|
+
},
|
|
7402
|
+
{
|
|
7403
|
+
"id": "awsCredential",
|
|
7404
|
+
"label": "AWS credential",
|
|
7405
|
+
"description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
|
|
7406
|
+
"optional": true,
|
|
7407
|
+
"group": "authentication",
|
|
7408
|
+
"binding": {
|
|
7409
|
+
"name": "awsCredential",
|
|
7410
|
+
"type": "zeebe:input"
|
|
7411
|
+
},
|
|
7412
|
+
"type": "Configuration",
|
|
7413
|
+
"configurationTemplate": "io.camunda:aws-credential:1"
|
|
4823
7414
|
},
|
|
4824
7415
|
{
|
|
4825
7416
|
"id": "configuration.region",
|
|
4826
7417
|
"label": "Region",
|
|
4827
|
-
"description": "Specify the AWS region",
|
|
4828
7418
|
"optional": false,
|
|
4829
7419
|
"constraints": {
|
|
4830
7420
|
"notEmpty": true
|
|
@@ -4852,7 +7442,6 @@
|
|
|
4852
7442
|
{
|
|
4853
7443
|
"id": "input.createTable.tableName",
|
|
4854
7444
|
"label": "Table name",
|
|
4855
|
-
"description": "Name of DynamoDB table",
|
|
4856
7445
|
"optional": false,
|
|
4857
7446
|
"constraints": {
|
|
4858
7447
|
"notEmpty": true
|
|
@@ -4882,7 +7471,6 @@
|
|
|
4882
7471
|
{
|
|
4883
7472
|
"id": "input.partitionKey",
|
|
4884
7473
|
"label": "Partition key",
|
|
4885
|
-
"description": "Partition key role. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4886
7474
|
"optional": false,
|
|
4887
7475
|
"constraints": {
|
|
4888
7476
|
"notEmpty": true
|
|
@@ -4907,12 +7495,12 @@
|
|
|
4907
7495
|
}
|
|
4908
7496
|
]
|
|
4909
7497
|
},
|
|
7498
|
+
"tooltip": "Attribute name of the table's partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
4910
7499
|
"type": "String"
|
|
4911
7500
|
},
|
|
4912
7501
|
{
|
|
4913
7502
|
"id": "input.partitionKeyRole",
|
|
4914
7503
|
"label": "Partition key role",
|
|
4915
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4916
7504
|
"optional": false,
|
|
4917
7505
|
"constraints": {
|
|
4918
7506
|
"notEmpty": true
|
|
@@ -4936,6 +7524,7 @@
|
|
|
4936
7524
|
}
|
|
4937
7525
|
]
|
|
4938
7526
|
},
|
|
7527
|
+
"tooltip": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
4939
7528
|
"type": "Dropdown",
|
|
4940
7529
|
"choices": [
|
|
4941
7530
|
{
|
|
@@ -4951,7 +7540,6 @@
|
|
|
4951
7540
|
{
|
|
4952
7541
|
"id": "input.partitionKeyType",
|
|
4953
7542
|
"label": "Partition key attribute data type",
|
|
4954
|
-
"description": "Represents the data for an attribute",
|
|
4955
7543
|
"optional": false,
|
|
4956
7544
|
"constraints": {
|
|
4957
7545
|
"notEmpty": true
|
|
@@ -4975,6 +7563,7 @@
|
|
|
4975
7563
|
}
|
|
4976
7564
|
]
|
|
4977
7565
|
},
|
|
7566
|
+
"tooltip": "S = String, N = Number, B = Binary",
|
|
4978
7567
|
"type": "Dropdown",
|
|
4979
7568
|
"choices": [
|
|
4980
7569
|
{
|
|
@@ -4994,7 +7583,6 @@
|
|
|
4994
7583
|
{
|
|
4995
7584
|
"id": "input.sortKey",
|
|
4996
7585
|
"label": "Sort key",
|
|
4997
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4998
7586
|
"optional": true,
|
|
4999
7587
|
"feel": "optional",
|
|
5000
7588
|
"group": "input",
|
|
@@ -5016,12 +7604,12 @@
|
|
|
5016
7604
|
}
|
|
5017
7605
|
]
|
|
5018
7606
|
},
|
|
7607
|
+
"tooltip": "Attribute name of the table's sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5019
7608
|
"type": "String"
|
|
5020
7609
|
},
|
|
5021
7610
|
{
|
|
5022
7611
|
"id": "input.sortKeyRole",
|
|
5023
7612
|
"label": "Sort key role",
|
|
5024
|
-
"description": "The role that this key attribute will assume",
|
|
5025
7613
|
"optional": true,
|
|
5026
7614
|
"group": "input",
|
|
5027
7615
|
"binding": {
|
|
@@ -5042,6 +7630,7 @@
|
|
|
5042
7630
|
}
|
|
5043
7631
|
]
|
|
5044
7632
|
},
|
|
7633
|
+
"tooltip": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5045
7634
|
"type": "Dropdown",
|
|
5046
7635
|
"choices": [
|
|
5047
7636
|
{
|
|
@@ -5057,7 +7646,6 @@
|
|
|
5057
7646
|
{
|
|
5058
7647
|
"id": "input.sortKeyType",
|
|
5059
7648
|
"label": "Sort key attribute data type",
|
|
5060
|
-
"description": "Represents the data for an attribute",
|
|
5061
7649
|
"optional": true,
|
|
5062
7650
|
"group": "input",
|
|
5063
7651
|
"binding": {
|
|
@@ -5078,6 +7666,7 @@
|
|
|
5078
7666
|
}
|
|
5079
7667
|
]
|
|
5080
7668
|
},
|
|
7669
|
+
"tooltip": "S = String, N = Number, B = Binary",
|
|
5081
7670
|
"type": "Dropdown",
|
|
5082
7671
|
"choices": [
|
|
5083
7672
|
{
|
|
@@ -5097,7 +7686,6 @@
|
|
|
5097
7686
|
{
|
|
5098
7687
|
"id": "input.readCapacityUnits",
|
|
5099
7688
|
"label": "Read capacity units",
|
|
5100
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
5101
7689
|
"optional": false,
|
|
5102
7690
|
"constraints": {
|
|
5103
7691
|
"notEmpty": true
|
|
@@ -5122,12 +7710,12 @@
|
|
|
5122
7710
|
}
|
|
5123
7711
|
]
|
|
5124
7712
|
},
|
|
7713
|
+
"tooltip": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5125
7714
|
"type": "Number"
|
|
5126
7715
|
},
|
|
5127
7716
|
{
|
|
5128
7717
|
"id": "input.writeCapacityUnits",
|
|
5129
7718
|
"label": "Write capacity units",
|
|
5130
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
5131
7719
|
"optional": false,
|
|
5132
7720
|
"constraints": {
|
|
5133
7721
|
"notEmpty": true
|
|
@@ -5152,12 +7740,12 @@
|
|
|
5152
7740
|
}
|
|
5153
7741
|
]
|
|
5154
7742
|
},
|
|
7743
|
+
"tooltip": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5155
7744
|
"type": "Number"
|
|
5156
7745
|
},
|
|
5157
7746
|
{
|
|
5158
7747
|
"id": "input.billingModeStr",
|
|
5159
7748
|
"label": "Billing mode",
|
|
5160
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
5161
7749
|
"optional": false,
|
|
5162
7750
|
"constraints": {
|
|
5163
7751
|
"notEmpty": true
|
|
@@ -5181,6 +7769,7 @@
|
|
|
5181
7769
|
}
|
|
5182
7770
|
]
|
|
5183
7771
|
},
|
|
7772
|
+
"tooltip": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5184
7773
|
"type": "Dropdown",
|
|
5185
7774
|
"choices": [
|
|
5186
7775
|
{
|
|
@@ -5196,7 +7785,6 @@
|
|
|
5196
7785
|
{
|
|
5197
7786
|
"id": "input.deletionProtection",
|
|
5198
7787
|
"label": "Deletion protection",
|
|
5199
|
-
"description": "Prevents accidental table deletion",
|
|
5200
7788
|
"optional": false,
|
|
5201
7789
|
"value": "false",
|
|
5202
7790
|
"constraints": {
|
|
@@ -5221,6 +7809,7 @@
|
|
|
5221
7809
|
}
|
|
5222
7810
|
]
|
|
5223
7811
|
},
|
|
7812
|
+
"tooltip": "Prevents accidental table deletion",
|
|
5224
7813
|
"type": "Dropdown",
|
|
5225
7814
|
"choices": [
|
|
5226
7815
|
{
|
|
@@ -5236,7 +7825,6 @@
|
|
|
5236
7825
|
{
|
|
5237
7826
|
"id": "input.deleteTable.tableName",
|
|
5238
7827
|
"label": "Table name",
|
|
5239
|
-
"description": "Name of DynamoDB table",
|
|
5240
7828
|
"optional": false,
|
|
5241
7829
|
"constraints": {
|
|
5242
7830
|
"notEmpty": true
|
|
@@ -5266,7 +7854,6 @@
|
|
|
5266
7854
|
{
|
|
5267
7855
|
"id": "input.describeTable.tableName",
|
|
5268
7856
|
"label": "Table name",
|
|
5269
|
-
"description": "Name of DynamoDB table",
|
|
5270
7857
|
"optional": false,
|
|
5271
7858
|
"constraints": {
|
|
5272
7859
|
"notEmpty": true
|
|
@@ -5296,7 +7883,6 @@
|
|
|
5296
7883
|
{
|
|
5297
7884
|
"id": "input.scanTable.tableName",
|
|
5298
7885
|
"label": "Table name",
|
|
5299
|
-
"description": "Name of DynamoDB table",
|
|
5300
7886
|
"optional": false,
|
|
5301
7887
|
"constraints": {
|
|
5302
7888
|
"notEmpty": true
|
|
@@ -5326,7 +7912,6 @@
|
|
|
5326
7912
|
{
|
|
5327
7913
|
"id": "input.filterExpression",
|
|
5328
7914
|
"label": "Filter expression",
|
|
5329
|
-
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
5330
7915
|
"optional": true,
|
|
5331
7916
|
"feel": "optional",
|
|
5332
7917
|
"group": "input",
|
|
@@ -5348,12 +7933,12 @@
|
|
|
5348
7933
|
}
|
|
5349
7934
|
]
|
|
5350
7935
|
},
|
|
7936
|
+
"tooltip": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5351
7937
|
"type": "String"
|
|
5352
7938
|
},
|
|
5353
7939
|
{
|
|
5354
7940
|
"id": "input.projectionExpression",
|
|
5355
7941
|
"label": "Projection expression",
|
|
5356
|
-
"description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
|
|
5357
7942
|
"optional": true,
|
|
5358
7943
|
"feel": "optional",
|
|
5359
7944
|
"group": "input",
|
|
@@ -5375,12 +7960,13 @@
|
|
|
5375
7960
|
}
|
|
5376
7961
|
]
|
|
5377
7962
|
},
|
|
7963
|
+
"tooltip": "A string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated.",
|
|
7964
|
+
"placeholder": "Artist, SongTitle, Genre",
|
|
5378
7965
|
"type": "String"
|
|
5379
7966
|
},
|
|
5380
7967
|
{
|
|
5381
7968
|
"id": "input.expressionAttributeNames",
|
|
5382
7969
|
"label": "Expression attribute names",
|
|
5383
|
-
"description": "Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
5384
7970
|
"optional": true,
|
|
5385
7971
|
"feel": "required",
|
|
5386
7972
|
"group": "input",
|
|
@@ -5402,12 +7988,12 @@
|
|
|
5402
7988
|
}
|
|
5403
7989
|
]
|
|
5404
7990
|
},
|
|
7991
|
+
"tooltip": "A placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5405
7992
|
"type": "String"
|
|
5406
7993
|
},
|
|
5407
7994
|
{
|
|
5408
7995
|
"id": "input.expressionAttributeValues",
|
|
5409
7996
|
"label": "Expression attribute values",
|
|
5410
|
-
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
5411
7997
|
"optional": true,
|
|
5412
7998
|
"feel": "required",
|
|
5413
7999
|
"group": "input",
|
|
@@ -5429,12 +8015,12 @@
|
|
|
5429
8015
|
}
|
|
5430
8016
|
]
|
|
5431
8017
|
},
|
|
8018
|
+
"tooltip": "Substitution values for placeholders used in the filter or projection expression. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5432
8019
|
"type": "String"
|
|
5433
8020
|
},
|
|
5434
8021
|
{
|
|
5435
8022
|
"id": "input.addItem.tableName",
|
|
5436
8023
|
"label": "Table name",
|
|
5437
|
-
"description": "Name of DynamoDB table",
|
|
5438
8024
|
"optional": false,
|
|
5439
8025
|
"constraints": {
|
|
5440
8026
|
"notEmpty": true
|
|
@@ -5464,7 +8050,6 @@
|
|
|
5464
8050
|
{
|
|
5465
8051
|
"id": "input.item",
|
|
5466
8052
|
"label": "Item",
|
|
5467
|
-
"description": "DynamoDB item (group of attributes)",
|
|
5468
8053
|
"optional": false,
|
|
5469
8054
|
"constraints": {
|
|
5470
8055
|
"notEmpty": true
|
|
@@ -5489,12 +8074,12 @@
|
|
|
5489
8074
|
}
|
|
5490
8075
|
]
|
|
5491
8076
|
},
|
|
8077
|
+
"tooltip": "DynamoDB item (group of attributes)",
|
|
5492
8078
|
"type": "String"
|
|
5493
8079
|
},
|
|
5494
8080
|
{
|
|
5495
8081
|
"id": "input.deleteItem.tableName",
|
|
5496
8082
|
"label": "Table name",
|
|
5497
|
-
"description": "Name of DynamoDB table",
|
|
5498
8083
|
"optional": false,
|
|
5499
8084
|
"constraints": {
|
|
5500
8085
|
"notEmpty": true
|
|
@@ -5524,7 +8109,6 @@
|
|
|
5524
8109
|
{
|
|
5525
8110
|
"id": "input.deleteItem.primaryKeyComponents",
|
|
5526
8111
|
"label": "Primary key components",
|
|
5527
|
-
"description": "Simple or composite primary key",
|
|
5528
8112
|
"optional": false,
|
|
5529
8113
|
"constraints": {
|
|
5530
8114
|
"notEmpty": true
|
|
@@ -5549,12 +8133,12 @@
|
|
|
5549
8133
|
}
|
|
5550
8134
|
]
|
|
5551
8135
|
},
|
|
8136
|
+
"tooltip": "Simple or composite primary key",
|
|
5552
8137
|
"type": "String"
|
|
5553
8138
|
},
|
|
5554
8139
|
{
|
|
5555
8140
|
"id": "input.getItem.tableName",
|
|
5556
8141
|
"label": "Table name",
|
|
5557
|
-
"description": "Name of DynamoDB table",
|
|
5558
8142
|
"optional": false,
|
|
5559
8143
|
"constraints": {
|
|
5560
8144
|
"notEmpty": true
|
|
@@ -5584,7 +8168,6 @@
|
|
|
5584
8168
|
{
|
|
5585
8169
|
"id": "input.getItem.primaryKeyComponents",
|
|
5586
8170
|
"label": "Primary key components",
|
|
5587
|
-
"description": "Simple or composite primary key",
|
|
5588
8171
|
"optional": false,
|
|
5589
8172
|
"constraints": {
|
|
5590
8173
|
"notEmpty": true
|
|
@@ -5609,12 +8192,12 @@
|
|
|
5609
8192
|
}
|
|
5610
8193
|
]
|
|
5611
8194
|
},
|
|
8195
|
+
"tooltip": "Simple or composite primary key",
|
|
5612
8196
|
"type": "String"
|
|
5613
8197
|
},
|
|
5614
8198
|
{
|
|
5615
8199
|
"id": "input.updateTable.tableName",
|
|
5616
8200
|
"label": "Table name",
|
|
5617
|
-
"description": "Name of DynamoDB table",
|
|
5618
8201
|
"optional": false,
|
|
5619
8202
|
"constraints": {
|
|
5620
8203
|
"notEmpty": true
|
|
@@ -5644,7 +8227,6 @@
|
|
|
5644
8227
|
{
|
|
5645
8228
|
"id": "input.updateItem.primaryKeyComponents",
|
|
5646
8229
|
"label": "Primary key components",
|
|
5647
|
-
"description": "Simple or composite primary key",
|
|
5648
8230
|
"optional": false,
|
|
5649
8231
|
"constraints": {
|
|
5650
8232
|
"notEmpty": true
|
|
@@ -5669,12 +8251,12 @@
|
|
|
5669
8251
|
}
|
|
5670
8252
|
]
|
|
5671
8253
|
},
|
|
8254
|
+
"tooltip": "Simple or composite primary key",
|
|
5672
8255
|
"type": "String"
|
|
5673
8256
|
},
|
|
5674
8257
|
{
|
|
5675
8258
|
"id": "input.keyAttributes",
|
|
5676
8259
|
"label": "Key attributes",
|
|
5677
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
5678
8260
|
"optional": false,
|
|
5679
8261
|
"constraints": {
|
|
5680
8262
|
"notEmpty": true
|
|
@@ -5699,12 +8281,12 @@
|
|
|
5699
8281
|
}
|
|
5700
8282
|
]
|
|
5701
8283
|
},
|
|
8284
|
+
"tooltip": "Attribute values to write to the item. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">Amazon DynamoDB connector documentation</a>",
|
|
5702
8285
|
"type": "String"
|
|
5703
8286
|
},
|
|
5704
8287
|
{
|
|
5705
8288
|
"id": "input.attributeAction",
|
|
5706
8289
|
"label": "Attribute action",
|
|
5707
|
-
"description": "Specifies how to perform the update",
|
|
5708
8290
|
"optional": false,
|
|
5709
8291
|
"constraints": {
|
|
5710
8292
|
"notEmpty": true
|
|
@@ -5728,6 +8310,7 @@
|
|
|
5728
8310
|
}
|
|
5729
8311
|
]
|
|
5730
8312
|
},
|
|
8313
|
+
"tooltip": "PUT = set the attribute value, DELETE = remove the attribute",
|
|
5731
8314
|
"type": "Dropdown",
|
|
5732
8315
|
"choices": [
|
|
5733
8316
|
{
|
|
@@ -5744,7 +8327,7 @@
|
|
|
5744
8327
|
"id": "version",
|
|
5745
8328
|
"label": "Version",
|
|
5746
8329
|
"description": "Version of the element template",
|
|
5747
|
-
"value": "
|
|
8330
|
+
"value": "10",
|
|
5748
8331
|
"group": "connector",
|
|
5749
8332
|
"binding": {
|
|
5750
8333
|
"key": "elementTemplateVersion",
|
|
@@ -5816,7 +8399,7 @@
|
|
|
5816
8399
|
"id": "retryBackoff",
|
|
5817
8400
|
"label": "Retry backoff",
|
|
5818
8401
|
"description": "ISO-8601 duration to wait between retries",
|
|
5819
|
-
"value": "
|
|
8402
|
+
"value": "PT30S",
|
|
5820
8403
|
"group": "retries",
|
|
5821
8404
|
"binding": {
|
|
5822
8405
|
"key": "retryBackoff",
|
|
@@ -5825,6 +8408,211 @@
|
|
|
5825
8408
|
"type": "String"
|
|
5826
8409
|
}
|
|
5827
8410
|
],
|
|
8411
|
+
"steps": [
|
|
8412
|
+
{
|
|
8413
|
+
"name": "Table",
|
|
8414
|
+
"description": "Create, delete or scan DynamoDB tables",
|
|
8415
|
+
"steps": [
|
|
8416
|
+
{
|
|
8417
|
+
"name": "Create table",
|
|
8418
|
+
"description": "Create a new DynamoDB table",
|
|
8419
|
+
"keywords": ["create table", "new table", "provision table"],
|
|
8420
|
+
"presetId": "operationGroup_tableOperation_tableOperation_createTable"
|
|
8421
|
+
},
|
|
8422
|
+
{
|
|
8423
|
+
"name": "Delete table",
|
|
8424
|
+
"description": "Delete a DynamoDB table",
|
|
8425
|
+
"keywords": ["delete table", "drop table", "remove table"],
|
|
8426
|
+
"presetId": "operationGroup_tableOperation_tableOperation_deleteTable"
|
|
8427
|
+
},
|
|
8428
|
+
{
|
|
8429
|
+
"name": "Describe table",
|
|
8430
|
+
"description": "Return the metadata of a DynamoDB table",
|
|
8431
|
+
"keywords": ["describe table", "table schema", "table metadata"],
|
|
8432
|
+
"presetId": "operationGroup_tableOperation_tableOperation_describeTable"
|
|
8433
|
+
},
|
|
8434
|
+
{
|
|
8435
|
+
"name": "Scan table",
|
|
8436
|
+
"description": "Read every item in a DynamoDB table",
|
|
8437
|
+
"keywords": ["scan table", "list items", "read all items"],
|
|
8438
|
+
"presetId": "operationGroup_tableOperation_tableOperation_scanTable"
|
|
8439
|
+
}
|
|
8440
|
+
]
|
|
8441
|
+
},
|
|
8442
|
+
{
|
|
8443
|
+
"name": "Item",
|
|
8444
|
+
"description": "Add, retrieve, update or delete items inside a DynamoDB table",
|
|
8445
|
+
"steps": [
|
|
8446
|
+
{
|
|
8447
|
+
"name": "Add item",
|
|
8448
|
+
"description": "Add a single item to a DynamoDB table",
|
|
8449
|
+
"keywords": ["add item", "put item", "insert item"],
|
|
8450
|
+
"presetId": "operationGroup_itemOperation_itemOperation_addItem"
|
|
8451
|
+
},
|
|
8452
|
+
{
|
|
8453
|
+
"name": "Delete item",
|
|
8454
|
+
"description": "Delete a single item from a DynamoDB table by primary key",
|
|
8455
|
+
"keywords": ["delete item", "remove item", "drop item"],
|
|
8456
|
+
"presetId": "operationGroup_itemOperation_itemOperation_deleteItem"
|
|
8457
|
+
},
|
|
8458
|
+
{
|
|
8459
|
+
"name": "Get item",
|
|
8460
|
+
"description": "Fetch a single item from a DynamoDB table by primary key",
|
|
8461
|
+
"keywords": ["get item", "fetch item", "lookup item"],
|
|
8462
|
+
"presetId": "operationGroup_itemOperation_itemOperation_getItem"
|
|
8463
|
+
},
|
|
8464
|
+
{
|
|
8465
|
+
"name": "Update item",
|
|
8466
|
+
"description": "Update a single item in a DynamoDB table",
|
|
8467
|
+
"keywords": ["update item", "modify item", "patch item"],
|
|
8468
|
+
"presetId": "operationGroup_itemOperation_itemOperation_updateItem"
|
|
8469
|
+
}
|
|
8470
|
+
]
|
|
8471
|
+
}
|
|
8472
|
+
],
|
|
8473
|
+
"presets": [
|
|
8474
|
+
{
|
|
8475
|
+
"id": "operationGroup_tableOperation_tableOperation_createTable",
|
|
8476
|
+
"properties": {
|
|
8477
|
+
"input.operationGroup": "tableOperation",
|
|
8478
|
+
"input.tableOperation": "createTable"
|
|
8479
|
+
}
|
|
8480
|
+
},
|
|
8481
|
+
{
|
|
8482
|
+
"id": "operationGroup_tableOperation_tableOperation_deleteTable",
|
|
8483
|
+
"properties": {
|
|
8484
|
+
"input.operationGroup": "tableOperation",
|
|
8485
|
+
"input.tableOperation": "deleteTable"
|
|
8486
|
+
}
|
|
8487
|
+
},
|
|
8488
|
+
{
|
|
8489
|
+
"id": "operationGroup_tableOperation_tableOperation_describeTable",
|
|
8490
|
+
"properties": {
|
|
8491
|
+
"input.operationGroup": "tableOperation",
|
|
8492
|
+
"input.tableOperation": "describeTable"
|
|
8493
|
+
}
|
|
8494
|
+
},
|
|
8495
|
+
{
|
|
8496
|
+
"id": "operationGroup_tableOperation_tableOperation_scanTable",
|
|
8497
|
+
"properties": {
|
|
8498
|
+
"input.operationGroup": "tableOperation",
|
|
8499
|
+
"input.tableOperation": "scanTable"
|
|
8500
|
+
}
|
|
8501
|
+
},
|
|
8502
|
+
{
|
|
8503
|
+
"id": "operationGroup_itemOperation_itemOperation_addItem",
|
|
8504
|
+
"properties": {
|
|
8505
|
+
"input.operationGroup": "itemOperation",
|
|
8506
|
+
"input.itemOperation": "addItem"
|
|
8507
|
+
}
|
|
8508
|
+
},
|
|
8509
|
+
{
|
|
8510
|
+
"id": "operationGroup_itemOperation_itemOperation_deleteItem",
|
|
8511
|
+
"properties": {
|
|
8512
|
+
"input.operationGroup": "itemOperation",
|
|
8513
|
+
"input.itemOperation": "deleteItem"
|
|
8514
|
+
}
|
|
8515
|
+
},
|
|
8516
|
+
{
|
|
8517
|
+
"id": "operationGroup_itemOperation_itemOperation_getItem",
|
|
8518
|
+
"properties": {
|
|
8519
|
+
"input.operationGroup": "itemOperation",
|
|
8520
|
+
"input.itemOperation": "getItem"
|
|
8521
|
+
}
|
|
8522
|
+
},
|
|
8523
|
+
{
|
|
8524
|
+
"id": "operationGroup_itemOperation_itemOperation_updateItem",
|
|
8525
|
+
"properties": {
|
|
8526
|
+
"input.operationGroup": "itemOperation",
|
|
8527
|
+
"input.itemOperation": "updateItem"
|
|
8528
|
+
}
|
|
8529
|
+
}
|
|
8530
|
+
],
|
|
8531
|
+
"configurationTemplates": [
|
|
8532
|
+
{
|
|
8533
|
+
"id": "io.camunda:aws-credential:1",
|
|
8534
|
+
"kind": "CREDENTIAL",
|
|
8535
|
+
"version": 1,
|
|
8536
|
+
"name": "AWS Credential",
|
|
8537
|
+
"properties": [
|
|
8538
|
+
{
|
|
8539
|
+
"id": "authentication.type",
|
|
8540
|
+
"label": "Authentication",
|
|
8541
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
8542
|
+
"value": "credentials",
|
|
8543
|
+
"group": "authentication",
|
|
8544
|
+
"binding": {
|
|
8545
|
+
"name": "authentication.type",
|
|
8546
|
+
"type": "property"
|
|
8547
|
+
},
|
|
8548
|
+
"type": "Dropdown",
|
|
8549
|
+
"choices": [
|
|
8550
|
+
{
|
|
8551
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
8552
|
+
"value": "defaultCredentialsChain"
|
|
8553
|
+
},
|
|
8554
|
+
{
|
|
8555
|
+
"name": "Credentials",
|
|
8556
|
+
"value": "credentials"
|
|
8557
|
+
}
|
|
8558
|
+
]
|
|
8559
|
+
},
|
|
8560
|
+
{
|
|
8561
|
+
"id": "authentication.accessKey",
|
|
8562
|
+
"label": "Access key",
|
|
8563
|
+
"constraints": {
|
|
8564
|
+
"notEmpty": true
|
|
8565
|
+
},
|
|
8566
|
+
"group": "authentication",
|
|
8567
|
+
"binding": {
|
|
8568
|
+
"name": "authentication.accessKey",
|
|
8569
|
+
"type": "property"
|
|
8570
|
+
},
|
|
8571
|
+
"condition": {
|
|
8572
|
+
"property": "authentication.type",
|
|
8573
|
+
"equals": "credentials",
|
|
8574
|
+
"type": "simple"
|
|
8575
|
+
},
|
|
8576
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
8577
|
+
"type": "String",
|
|
8578
|
+
"secret": true
|
|
8579
|
+
},
|
|
8580
|
+
{
|
|
8581
|
+
"id": "authentication.secretKey",
|
|
8582
|
+
"label": "Secret key",
|
|
8583
|
+
"constraints": {
|
|
8584
|
+
"notEmpty": true
|
|
8585
|
+
},
|
|
8586
|
+
"group": "authentication",
|
|
8587
|
+
"binding": {
|
|
8588
|
+
"name": "authentication.secretKey",
|
|
8589
|
+
"type": "property"
|
|
8590
|
+
},
|
|
8591
|
+
"condition": {
|
|
8592
|
+
"property": "authentication.type",
|
|
8593
|
+
"equals": "credentials",
|
|
8594
|
+
"type": "simple"
|
|
8595
|
+
},
|
|
8596
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
8597
|
+
"type": "String",
|
|
8598
|
+
"secret": true
|
|
8599
|
+
},
|
|
8600
|
+
{
|
|
8601
|
+
"id": "region",
|
|
8602
|
+
"label": "Region",
|
|
8603
|
+
"constraints": {
|
|
8604
|
+
"notEmpty": true
|
|
8605
|
+
},
|
|
8606
|
+
"group": "configuration",
|
|
8607
|
+
"binding": {
|
|
8608
|
+
"name": "region",
|
|
8609
|
+
"type": "property"
|
|
8610
|
+
},
|
|
8611
|
+
"type": "String"
|
|
8612
|
+
}
|
|
8613
|
+
]
|
|
8614
|
+
}
|
|
8615
|
+
],
|
|
5828
8616
|
"icon": {
|
|
5829
8617
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
|
|
5830
8618
|
}
|