@camunda/connectors-element-templates 1.0.20 → 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.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -3,9 +3,22 @@
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
- "version": 4,
7
- "description": "Work with tables and items using AWS DynamoDB service",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
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,
9
22
  "category": {
10
23
  "id": "connectors",
11
24
  "name": "Connectors"
@@ -25,7 +38,7 @@
25
38
  },
26
39
  {
27
40
  "id": "configuration",
28
- "label": "Configuration"
41
+ "label": "Queue properties"
29
42
  },
30
43
  {
31
44
  "id": "input",
@@ -33,44 +46,59 @@
33
46
  },
34
47
  {
35
48
  "id": "output",
36
- "label": "Output"
49
+ "label": "Output mapping"
37
50
  },
38
51
  {
39
- "id": "errors",
52
+ "id": "error",
40
53
  "label": "Error handling"
54
+ },
55
+ {
56
+ "id": "retries",
57
+ "label": "Retries"
41
58
  }
42
59
  ],
43
60
  "properties": [
44
61
  {
45
- "type": "Hidden",
46
62
  "value": "io.camunda:aws-dynamodb:1",
47
63
  "binding": {
48
- "type": "zeebe:taskDefinition",
49
- "property": "type"
50
- }
64
+ "property": "type",
65
+ "type": "zeebe:taskDefinition"
66
+ },
67
+ "type": "Hidden"
51
68
  },
52
69
  {
53
- "id": "operationGroup",
70
+ "id": "input.operationGroup",
71
+ "label": "Choose category",
54
72
  "group": "operation",
73
+ "binding": {
74
+ "name": "input.operationGroup",
75
+ "type": "zeebe:input"
76
+ },
55
77
  "type": "Dropdown",
56
78
  "choices": [
57
79
  {
58
80
  "name": "Table",
59
- "value": "table"
81
+ "value": "tableOperation"
60
82
  },
61
83
  {
62
84
  "name": "Item",
63
- "value": "item"
85
+ "value": "itemOperation"
64
86
  }
65
- ],
66
- "binding": {
67
- "type": "zeebe:input",
68
- "name": "operationGroup"
69
- }
87
+ ]
70
88
  },
71
89
  {
72
- "id": "tableOperationType",
90
+ "id": "input.tableOperation",
91
+ "label": "Select action",
73
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
+ },
74
102
  "type": "Dropdown",
75
103
  "choices": [
76
104
  {
@@ -89,19 +117,21 @@
89
117
  "name": "Scan table",
90
118
  "value": "scanTable"
91
119
  }
92
- ],
93
- "binding": {
94
- "type": "zeebe:input",
95
- "name": "input.type"
96
- },
97
- "condition": {
98
- "property": "operationGroup",
99
- "equals": "table"
100
- }
120
+ ]
101
121
  },
102
122
  {
103
- "id": "itemOperationType",
123
+ "id": "input.itemOperation",
124
+ "label": "Select action",
104
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
+ },
105
135
  "type": "Dropdown",
106
136
  "choices": [
107
137
  {
@@ -120,123 +150,188 @@
120
150
  "name": "Update item",
121
151
  "value": "updateItem"
122
152
  }
123
- ],
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",
124
161
  "binding": {
125
- "type": "zeebe:input",
126
- "name": "input.type"
162
+ "name": "authentication.type",
163
+ "type": "zeebe:input"
127
164
  },
128
- "condition": {
129
- "property": "operationGroup",
130
- "equals": "item"
131
- }
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
+ ]
132
176
  },
133
177
  {
178
+ "id": "authentication.accessKey",
134
179
  "label": "Access key",
135
- "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>",
136
- "group": "authentication",
137
- "type": "String",
138
- "feel": "optional",
180
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
139
181
  "optional": false,
140
- "binding": {
141
- "type": "zeebe:input",
142
- "name": "authentication.accessKey"
143
- },
144
182
  "constraints": {
145
183
  "notEmpty": true
146
- }
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"
147
197
  },
148
198
  {
199
+ "id": "authentication.secretKey",
149
200
  "label": "Secret key",
150
- "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>",
151
- "group": "authentication",
152
- "type": "String",
153
- "feel": "optional",
201
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
154
202
  "optional": false,
155
- "binding": {
156
- "type": "zeebe:input",
157
- "name": "authentication.secretKey"
158
- },
159
203
  "constraints": {
160
204
  "notEmpty": true
161
- }
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"
162
218
  },
163
219
  {
220
+ "id": "configuration.region",
164
221
  "label": "Region",
165
222
  "description": "Specify the AWS region",
166
- "group": "configuration",
167
- "type": "String",
168
- "feel": "optional",
169
223
  "optional": false,
170
- "binding": {
171
- "type": "zeebe:input",
172
- "name": "configuration.region"
173
- },
174
224
  "constraints": {
175
225
  "notEmpty": true
176
- }
177
- },
178
- {
179
- "label": "Table name",
180
- "description": "Name of DynamoDB table",
181
- "group": "input",
182
- "type": "String",
226
+ },
183
227
  "feel": "optional",
184
- "optional": false,
228
+ "group": "configuration",
185
229
  "binding": {
186
- "type": "zeebe:input",
187
- "name": "input.tableName"
230
+ "name": "configuration.region",
231
+ "type": "zeebe:input"
188
232
  },
189
- "constraints": {
190
- "notEmpty": true
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"
191
244
  },
192
- "condition": {
193
- "property": "tableOperationType",
194
- "oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
195
- }
245
+ "type": "Hidden"
196
246
  },
197
247
  {
248
+ "id": "input.createTable.tableName",
198
249
  "label": "Table name",
199
250
  "description": "Name of DynamoDB table",
200
- "group": "input",
201
- "type": "String",
202
- "feel": "optional",
203
251
  "optional": false,
204
- "binding": {
205
- "type": "zeebe:input",
206
- "name": "input.tableName"
207
- },
208
252
  "constraints": {
209
253
  "notEmpty": true
210
254
  },
255
+ "feel": "optional",
256
+ "group": "input",
257
+ "binding": {
258
+ "name": "input.tableName",
259
+ "type": "zeebe:input"
260
+ },
211
261
  "condition": {
212
- "property": "itemOperationType",
213
- "oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
214
- }
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"
215
276
  },
216
277
  {
278
+ "id": "input.partitionKey",
217
279
  "label": "Partition key",
218
- "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>",
219
- "group": "input",
220
- "type": "String",
221
- "feel": "optional",
222
- "binding": {
223
- "type": "zeebe:input",
224
- "name": "input.partitionKey"
225
- },
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,
226
282
  "constraints": {
227
283
  "notEmpty": true
228
284
  },
229
- "condition": {
230
- "property": "tableOperationType",
231
- "equals": "createTable"
232
- }
233
- },
234
- {
235
- "label": "Partition key role",
236
- "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>",
285
+ "feel": "optional",
237
286
  "group": "input",
238
- "type": "Dropdown",
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>",
239
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",
240
335
  "choices": [
241
336
  {
242
337
  "name": "HASH",
@@ -246,25 +341,36 @@
246
341
  "name": "RANGE",
247
342
  "value": "RANGE"
248
343
  }
249
- ],
250
- "binding": {
251
- "type": "zeebe:input",
252
- "name": "input.partitionKeyRole"
253
- },
254
- "constraints": {
255
- "notEmpty": true
256
- },
257
- "condition": {
258
- "property": "tableOperationType",
259
- "equals": "createTable"
260
- }
344
+ ]
261
345
  },
262
346
  {
347
+ "id": "input.partitionKeyType",
263
348
  "label": "Partition key attribute data type",
264
349
  "description": "Represents the data for an attribute",
350
+ "optional": false,
351
+ "constraints": {
352
+ "notEmpty": true
353
+ },
265
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
+ },
266
373
  "type": "Dropdown",
267
- "optional": false,
268
374
  "choices": [
269
375
  {
270
376
  "name": "Binary",
@@ -278,44 +384,60 @@
278
384
  "name": "String",
279
385
  "value": "S"
280
386
  }
281
- ],
282
- "binding": {
283
- "type": "zeebe:input",
284
- "name": "input.partitionKeyType"
285
- },
286
- "constraints": {
287
- "notEmpty": true
288
- },
289
- "condition": {
290
- "property": "tableOperationType",
291
- "equals": "createTable"
292
- }
387
+ ]
293
388
  },
294
389
  {
390
+ "id": "input.sortKey",
295
391
  "label": "Sort key",
296
- "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>",
297
- "group": "input",
298
- "type": "String",
299
- "feel": "optional",
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>",
300
393
  "optional": true,
394
+ "feel": "optional",
395
+ "group": "input",
301
396
  "binding": {
302
- "type": "zeebe:input",
303
- "name": "input.sortKey"
304
- },
305
- "constraints": {
306
- "notEmpty": false
397
+ "name": "input.sortKey",
398
+ "type": "zeebe:input"
307
399
  },
308
400
  "condition": {
309
- "property": "tableOperationType",
310
- "equals": "createTable"
311
- }
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"
312
415
  },
313
416
  {
417
+ "id": "input.sortKeyRole",
314
418
  "label": "Sort key role",
315
419
  "description": "The role that this key attribute will assume",
420
+ "optional": true,
316
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
+ },
317
440
  "type": "Dropdown",
318
- "optional": true,
319
441
  "choices": [
320
442
  {
321
443
  "name": "HASH",
@@ -325,25 +447,33 @@
325
447
  "name": "RANGE",
326
448
  "value": "RANGE"
327
449
  }
328
- ],
329
- "binding": {
330
- "type": "zeebe:input",
331
- "name": "input.sortKeyRole"
332
- },
333
- "constraints": {
334
- "notEmpty": false
335
- },
336
- "condition": {
337
- "property": "tableOperationType",
338
- "equals": "createTable"
339
- }
450
+ ]
340
451
  },
341
452
  {
453
+ "id": "input.sortKeyType",
342
454
  "label": "Sort key attribute data type",
343
455
  "description": "Represents the data for an attribute",
456
+ "optional": true,
344
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
+ },
345
476
  "type": "Dropdown",
346
- "optional": true,
347
477
  "choices": [
348
478
  {
349
479
  "name": "Binary",
@@ -357,71 +487,96 @@
357
487
  "name": "String",
358
488
  "value": "S"
359
489
  }
360
- ],
361
- "binding": {
362
- "type": "zeebe:input",
363
- "name": "input.sortKeyType"
364
- },
365
- "constraints": {
366
- "notEmpty": false
367
- },
368
- "condition": {
369
- "property": "tableOperationType",
370
- "equals": "createTable"
371
- }
490
+ ]
372
491
  },
373
492
  {
493
+ "id": "input.readCapacityUnits",
374
494
  "label": "Read capacity units",
375
- "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>",
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",
376
501
  "group": "input",
377
- "type": "String",
378
- "feel": "optional",
379
- "optional": true,
380
502
  "binding": {
381
- "type": "zeebe:input",
382
- "name": "input.readCapacityUnits"
383
- },
384
- "constraints": {
385
- "notEmpty": false,
386
- "pattern": {
387
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
388
- "message": "Must be a number"
389
- }
503
+ "name": "input.readCapacityUnits",
504
+ "type": "zeebe:input"
390
505
  },
391
506
  "condition": {
392
- "property": "tableOperationType",
393
- "equals": "createTable"
394
- }
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"
395
521
  },
396
522
  {
523
+ "id": "input.writeCapacityUnits",
397
524
  "label": "Write capacity units",
398
- "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>",
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",
399
531
  "group": "input",
400
- "type": "String",
401
- "feel": "optional",
402
- "optional": true,
403
532
  "binding": {
404
- "type": "zeebe:input",
405
- "name": "input.writeCapacityUnits"
406
- },
407
- "constraints": {
408
- "notEmpty": false,
409
- "pattern": {
410
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
411
- "message": "Must be a number"
412
- }
533
+ "name": "input.writeCapacityUnits",
534
+ "type": "zeebe:input"
413
535
  },
414
536
  "condition": {
415
- "property": "tableOperationType",
416
- "equals": "createTable"
417
- }
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"
418
551
  },
419
552
  {
553
+ "id": "input.billingModeStr",
420
554
  "label": "Billing mode",
421
- "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>",
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
+ },
422
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
+ },
423
579
  "type": "Dropdown",
424
- "optional": true,
425
580
  "choices": [
426
581
  {
427
582
  "name": "PROVISIONED",
@@ -431,26 +586,37 @@
431
586
  "name": "PAY_PER_REQUEST",
432
587
  "value": "PAY_PER_REQUEST"
433
588
  }
434
- ],
435
- "binding": {
436
- "type": "zeebe:input",
437
- "name": "input.billingModeStr"
438
- },
439
- "constraints": {
440
- "notEmpty": false
441
- },
442
- "condition": {
443
- "property": "tableOperationType",
444
- "equals": "createTable"
445
- }
589
+ ]
446
590
  },
447
591
  {
592
+ "id": "input.deletionProtection",
448
593
  "label": "Deletion protection",
449
594
  "description": "Prevents accidental table deletion",
595
+ "optional": false,
596
+ "value": "false",
597
+ "constraints": {
598
+ "notEmpty": true
599
+ },
450
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
+ },
451
619
  "type": "Dropdown",
452
- "value": false,
453
- "optional": false,
454
620
  "choices": [
455
621
  {
456
622
  "name": "True",
@@ -460,215 +626,581 @@
460
626
  "name": "False",
461
627
  "value": "false"
462
628
  }
463
- ],
464
- "binding": {
465
- "type": "zeebe:input",
466
- "name": "input.deletionProtection"
467
- },
629
+ ]
630
+ },
631
+ {
632
+ "id": "input.deleteTable.tableName",
633
+ "label": "Table name",
634
+ "description": "Name of DynamoDB table",
635
+ "optional": false,
468
636
  "constraints": {
469
637
  "notEmpty": true
470
638
  },
471
- "condition": {
472
- "property": "tableOperationType",
473
- "equals": "createTable"
474
- }
475
- },
476
- {
477
- "label": "Filter expression",
478
- "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>",
479
- "group": "input",
480
- "type": "String",
481
639
  "feel": "optional",
482
- "optional": true,
640
+ "group": "input",
483
641
  "binding": {
484
- "type": "zeebe:input",
485
- "name": "input.filterExpression"
486
- },
487
- "constraints": {
488
- "notEmpty": false
642
+ "name": "input.tableName",
643
+ "type": "zeebe:input"
489
644
  },
490
645
  "condition": {
491
- "property": "tableOperationType",
492
- "oneOf": ["scanTable"]
493
- }
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"
494
660
  },
495
661
  {
496
- "label": "Projection expression",
497
- "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
498
- "group": "input",
499
- "type": "String",
662
+ "id": "input.describeTable.tableName",
663
+ "label": "Table name",
664
+ "description": "Name of DynamoDB table",
665
+ "optional": false,
666
+ "constraints": {
667
+ "notEmpty": true
668
+ },
500
669
  "feel": "optional",
501
- "optional": true,
670
+ "group": "input",
502
671
  "binding": {
503
- "type": "zeebe:input",
504
- "name": "input.projectionExpression"
505
- },
506
- "constraints": {
507
- "notEmpty": false
672
+ "name": "input.tableName",
673
+ "type": "zeebe:input"
508
674
  },
509
675
  "condition": {
510
- "property": "tableOperationType",
511
- "oneOf": ["scanTable"]
512
- }
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"
513
690
  },
514
691
  {
515
- "label": "Expression attribute names",
516
- "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>",
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",
517
700
  "group": "input",
518
- "type": "String",
519
- "feel": "required",
520
- "optional": true,
521
701
  "binding": {
522
- "type": "zeebe:input",
523
- "name": "input.expressionAttributeNames"
524
- },
525
- "constraints": {
526
- "notEmpty": false
702
+ "name": "input.tableName",
703
+ "type": "zeebe:input"
527
704
  },
528
705
  "condition": {
529
- "property": "tableOperationType",
530
- "oneOf": ["scanTable"]
531
- }
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"
532
720
  },
533
721
  {
534
- "label": "Expression attribute values",
535
- "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>",
536
- "group": "input",
537
- "type": "String",
538
- "feel": "required",
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>",
539
725
  "optional": true,
726
+ "feel": "optional",
727
+ "group": "input",
540
728
  "binding": {
541
- "type": "zeebe:input",
542
- "name": "input.expressionAttributeValues"
543
- },
544
- "constraints": {
545
- "notEmpty": false
729
+ "name": "input.filterExpression",
730
+ "type": "zeebe:input"
546
731
  },
547
732
  "condition": {
548
- "property": "tableOperationType",
549
- "oneOf": ["scanTable"]
550
- }
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"
551
747
  },
552
748
  {
553
- "label": "Item",
554
- "description": "DynamoDB item (group of attributes)",
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",
555
754
  "group": "input",
556
- "type": "String",
557
- "feel": "required",
558
755
  "binding": {
559
- "type": "zeebe:input",
560
- "name": "input.item"
561
- },
562
- "constraints": {
563
- "notEmpty": true
756
+ "name": "input.projectionExpression",
757
+ "type": "zeebe:input"
564
758
  },
565
759
  "condition": {
566
- "property": "itemOperationType",
567
- "oneOf": ["addItem"]
568
- }
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"
569
774
  },
570
775
  {
571
- "label": "Primary key components",
572
- "description": "Simple or composite primary key",
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",
573
781
  "group": "input",
574
- "type": "String",
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,
575
807
  "feel": "required",
808
+ "group": "input",
576
809
  "binding": {
577
- "type": "zeebe:input",
578
- "name": "input.primaryKeyComponents"
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
+ ]
579
826
  },
827
+ "type": "String"
828
+ },
829
+ {
830
+ "id": "input.addItem.tableName",
831
+ "label": "Table name",
832
+ "description": "Name of DynamoDB table",
833
+ "optional": false,
580
834
  "constraints": {
581
835
  "notEmpty": true
582
836
  },
837
+ "feel": "optional",
838
+ "group": "input",
839
+ "binding": {
840
+ "name": "input.tableName",
841
+ "type": "zeebe:input"
842
+ },
583
843
  "condition": {
584
- "property": "itemOperationType",
585
- "oneOf": ["updateItem", "deleteItem", "getItem"]
586
- }
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"
587
858
  },
588
859
  {
589
- "label": "Key attributes",
590
- "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>",
591
- "group": "input",
592
- "type": "String",
860
+ "id": "input.item",
861
+ "label": "Item",
862
+ "description": "DynamoDB item (group of attributes)",
863
+ "optional": false,
864
+ "constraints": {
865
+ "notEmpty": true
866
+ },
593
867
  "feel": "required",
868
+ "group": "input",
594
869
  "binding": {
595
- "type": "zeebe:input",
596
- "name": "input.keyAttributes"
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
+ ]
597
886
  },
887
+ "type": "String"
888
+ },
889
+ {
890
+ "id": "input.deleteItem.tableName",
891
+ "label": "Table name",
892
+ "description": "Name of DynamoDB table",
893
+ "optional": false,
598
894
  "constraints": {
599
895
  "notEmpty": true
600
896
  },
897
+ "feel": "optional",
898
+ "group": "input",
899
+ "binding": {
900
+ "name": "input.tableName",
901
+ "type": "zeebe:input"
902
+ },
601
903
  "condition": {
602
- "property": "itemOperationType",
603
- "oneOf": ["updateItem"]
604
- }
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"
605
918
  },
606
919
  {
607
- "label": "Attribute action",
608
- "description": "Specifies how to perform the update",
609
- "group": "input",
610
- "type": "Dropdown",
920
+ "id": "input.deleteItem.primaryKeyComponents",
921
+ "label": "Primary key components",
922
+ "description": "Simple or composite primary key",
611
923
  "optional": false,
612
- "choices": [
613
- {
614
- "name": "PUT",
615
- "value": "put"
616
- },
617
- {
618
- "name": "DELETE",
619
- "value": "delete"
620
- }
621
- ],
622
- "binding": {
623
- "type": "zeebe:input",
624
- "name": "input.attributeAction"
625
- },
626
924
  "constraints": {
627
925
  "notEmpty": true
628
926
  },
927
+ "feel": "required",
928
+ "group": "input",
929
+ "binding": {
930
+ "name": "input.primaryKeyComponents",
931
+ "type": "zeebe:input"
932
+ },
629
933
  "condition": {
630
- "property": "itemOperationType",
631
- "oneOf": ["updateItem"]
632
- }
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"
633
948
  },
634
949
  {
635
- "label": "Result variable",
636
- "description": "Enter 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>",
637
- "group": "output",
638
- "type": "String",
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",
639
959
  "binding": {
640
- "type": "zeebe:taskHeader",
641
- "key": "resultVariable"
642
- }
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"
643
978
  },
644
979
  {
645
- "label": "Result expression",
646
- "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>",
647
- "group": "output",
648
- "type": "Text",
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
+ },
649
987
  "feel": "required",
988
+ "group": "input",
650
989
  "binding": {
651
- "type": "zeebe:taskHeader",
652
- "key": "resultExpression"
653
- }
654
- },
655
- {
656
- "label": "Error expression",
657
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
658
- "group": "errors",
659
- "type": "Text",
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
+ },
660
1047
  "feel": "required",
1048
+ "group": "input",
661
1049
  "binding": {
662
- "type": "zeebe:taskHeader",
663
- "key": "errorExpression"
664
- }
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"
665
1197
  }
666
1198
  ],
667
1199
  "icon": {
668
- "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"
1200
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
669
1201
  },
670
1202
  "engines": {
671
- "camunda": "^8.2"
1203
+ "camunda": "^8.5"
672
1204
  }
673
1205
  },
674
1206
  {
@@ -676,21 +1208,21 @@
676
1208
  "name": "AWS DynamoDB Outbound Connector",
677
1209
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
678
1210
  "description": "Manage tables and items with AWS DynamoDB.",
679
- "metadata": {
680
- "keywords": [
681
- "create table",
682
- "delete table",
683
- "update table",
684
- "describe table",
685
- "scan table",
686
- "add item",
687
- "delete item",
688
- "get item",
689
- "update item"
690
- ]
691
- },
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
+ ],
692
1224
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
693
- "version": 7,
1225
+ "version": 8,
694
1226
  "category": {
695
1227
  "id": "connectors",
696
1228
  "name": "Connectors"
@@ -699,6 +1231,9 @@
699
1231
  "elementType": {
700
1232
  "value": "bpmn:ServiceTask"
701
1233
  },
1234
+ "engines": {
1235
+ "camunda": "^8.6"
1236
+ },
702
1237
  "groups": [
703
1238
  {
704
1239
  "id": "operation",
@@ -716,6 +1251,10 @@
716
1251
  "id": "input",
717
1252
  "label": "Input"
718
1253
  },
1254
+ {
1255
+ "id": "connector",
1256
+ "label": "Connector"
1257
+ },
719
1258
  {
720
1259
  "id": "output",
721
1260
  "label": "Output mapping"
@@ -1808,20 +2347,44 @@
1808
2347
  ]
1809
2348
  },
1810
2349
  {
1811
- "id": "resultVariable",
1812
- "label": "Result variable",
1813
- "description": "Name of variable to store the response in",
1814
- "group": "output",
1815
- "binding": {
1816
- "key": "resultVariable",
1817
- "type": "zeebe:taskHeader"
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"
1818
2381
  },
1819
2382
  "type": "String"
1820
2383
  },
1821
2384
  {
1822
2385
  "id": "resultExpression",
1823
2386
  "label": "Result expression",
1824
- "description": "Expression to map the response into process variables",
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>.",
1825
2388
  "feel": "required",
1826
2389
  "group": "output",
1827
2390
  "binding": {
@@ -1870,16 +2433,13 @@
1870
2433
  ],
1871
2434
  "icon": {
1872
2435
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
1873
- },
1874
- "engines": {
1875
- "camunda": "^8.5"
1876
2436
  }
1877
2437
  },
1878
2438
  {
1879
2439
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1880
2440
  "name": "AWS DynamoDB",
1881
2441
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
1882
- "version": 2,
2442
+ "version": 3,
1883
2443
  "description": "Work with tables and items using AWS DynamoDB service",
1884
2444
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
1885
2445
  "category": {
@@ -2260,8 +2820,8 @@
2260
2820
  "constraints": {
2261
2821
  "notEmpty": false,
2262
2822
  "pattern": {
2263
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
2264
- "message": "Must be a number."
2823
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2824
+ "message": "Must be a number"
2265
2825
  }
2266
2826
  },
2267
2827
  "condition": {
@@ -2283,8 +2843,8 @@
2283
2843
  "constraints": {
2284
2844
  "notEmpty": false,
2285
2845
  "pattern": {
2286
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
2287
- "message": "Must be a number."
2846
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2847
+ "message": "Must be a number"
2288
2848
  }
2289
2849
  },
2290
2850
  "condition": {
@@ -2549,9 +3109,9 @@
2549
3109
  },
2550
3110
  {
2551
3111
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2552
- "name": "AWS DynamoDB Outbound Connector",
3112
+ "name": "AWS DynamoDB",
2553
3113
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
2554
- "version": 5,
3114
+ "version": 2,
2555
3115
  "description": "Work with tables and items using AWS DynamoDB service",
2556
3116
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
2557
3117
  "category": {
@@ -2680,7 +3240,7 @@
2680
3240
  },
2681
3241
  {
2682
3242
  "label": "Access key",
2683
- "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>",
3243
+ "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>",
2684
3244
  "group": "authentication",
2685
3245
  "type": "String",
2686
3246
  "feel": "optional",
@@ -2695,7 +3255,7 @@
2695
3255
  },
2696
3256
  {
2697
3257
  "label": "Secret key",
2698
- "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>",
3258
+ "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>",
2699
3259
  "group": "authentication",
2700
3260
  "type": "String",
2701
3261
  "feel": "optional",
@@ -2763,7 +3323,7 @@
2763
3323
  },
2764
3324
  {
2765
3325
  "label": "Partition key",
2766
- "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>",
3326
+ "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>",
2767
3327
  "group": "input",
2768
3328
  "type": "String",
2769
3329
  "feel": "optional",
@@ -2781,7 +3341,7 @@
2781
3341
  },
2782
3342
  {
2783
3343
  "label": "Partition key role",
2784
- "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>",
3344
+ "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>",
2785
3345
  "group": "input",
2786
3346
  "type": "Dropdown",
2787
3347
  "optional": false,
@@ -2841,7 +3401,7 @@
2841
3401
  },
2842
3402
  {
2843
3403
  "label": "Sort key",
2844
- "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>",
3404
+ "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>",
2845
3405
  "group": "input",
2846
3406
  "type": "String",
2847
3407
  "feel": "optional",
@@ -2920,7 +3480,7 @@
2920
3480
  },
2921
3481
  {
2922
3482
  "label": "Read capacity units",
2923
- "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>",
3483
+ "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>",
2924
3484
  "group": "input",
2925
3485
  "type": "String",
2926
3486
  "feel": "optional",
@@ -2932,8 +3492,8 @@
2932
3492
  "constraints": {
2933
3493
  "notEmpty": false,
2934
3494
  "pattern": {
2935
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2936
- "message": "Must be a number"
3495
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
3496
+ "message": "Must be a number."
2937
3497
  }
2938
3498
  },
2939
3499
  "condition": {
@@ -2943,7 +3503,7 @@
2943
3503
  },
2944
3504
  {
2945
3505
  "label": "Write capacity units",
2946
- "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>",
3506
+ "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>",
2947
3507
  "group": "input",
2948
3508
  "type": "String",
2949
3509
  "feel": "optional",
@@ -2955,8 +3515,8 @@
2955
3515
  "constraints": {
2956
3516
  "notEmpty": false,
2957
3517
  "pattern": {
2958
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2959
- "message": "Must be a number"
3518
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
3519
+ "message": "Must be a number."
2960
3520
  }
2961
3521
  },
2962
3522
  "condition": {
@@ -2966,7 +3526,7 @@
2966
3526
  },
2967
3527
  {
2968
3528
  "label": "Billing mode",
2969
- "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>",
3529
+ "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>",
2970
3530
  "group": "input",
2971
3531
  "type": "Dropdown",
2972
3532
  "optional": true,
@@ -3023,7 +3583,7 @@
3023
3583
  },
3024
3584
  {
3025
3585
  "label": "Filter expression",
3026
- "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>",
3586
+ "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>",
3027
3587
  "group": "input",
3028
3588
  "type": "String",
3029
3589
  "feel": "optional",
@@ -3061,7 +3621,7 @@
3061
3621
  },
3062
3622
  {
3063
3623
  "label": "Expression attribute names",
3064
- "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>",
3624
+ "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>",
3065
3625
  "group": "input",
3066
3626
  "type": "String",
3067
3627
  "feel": "required",
@@ -3080,7 +3640,7 @@
3080
3640
  },
3081
3641
  {
3082
3642
  "label": "Expression attribute values",
3083
- "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>",
3643
+ "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>",
3084
3644
  "group": "input",
3085
3645
  "type": "String",
3086
3646
  "feel": "required",
@@ -3135,7 +3695,7 @@
3135
3695
  },
3136
3696
  {
3137
3697
  "label": "Key attributes",
3138
- "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>",
3698
+ "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>",
3139
3699
  "group": "input",
3140
3700
  "type": "String",
3141
3701
  "feel": "required",
@@ -3216,7 +3776,7 @@
3216
3776
  "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"
3217
3777
  },
3218
3778
  "engines": {
3219
- "camunda": "^8.4"
3779
+ "camunda": "^8.2"
3220
3780
  }
3221
3781
  },
3222
3782
  {
@@ -3238,7 +3798,7 @@
3238
3798
  "database"
3239
3799
  ],
3240
3800
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
3241
- "version": 8,
3801
+ "version": 9,
3242
3802
  "category": {
3243
3803
  "id": "connectors",
3244
3804
  "name": "Connectors"
@@ -3404,7 +3964,6 @@
3404
3964
  {
3405
3965
  "id": "authentication.accessKey",
3406
3966
  "label": "Access key",
3407
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
3408
3967
  "optional": false,
3409
3968
  "constraints": {
3410
3969
  "notEmpty": true
@@ -3420,12 +3979,12 @@
3420
3979
  "equals": "credentials",
3421
3980
  "type": "simple"
3422
3981
  },
3982
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
3423
3983
  "type": "String"
3424
3984
  },
3425
3985
  {
3426
3986
  "id": "authentication.secretKey",
3427
3987
  "label": "Secret key",
3428
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
3429
3988
  "optional": false,
3430
3989
  "constraints": {
3431
3990
  "notEmpty": true
@@ -3441,12 +4000,12 @@
3441
4000
  "equals": "credentials",
3442
4001
  "type": "simple"
3443
4002
  },
4003
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
3444
4004
  "type": "String"
3445
4005
  },
3446
4006
  {
3447
4007
  "id": "configuration.region",
3448
4008
  "label": "Region",
3449
- "description": "Specify the AWS region",
3450
4009
  "optional": false,
3451
4010
  "constraints": {
3452
4011
  "notEmpty": true
@@ -3474,7 +4033,6 @@
3474
4033
  {
3475
4034
  "id": "input.createTable.tableName",
3476
4035
  "label": "Table name",
3477
- "description": "Name of DynamoDB table",
3478
4036
  "optional": false,
3479
4037
  "constraints": {
3480
4038
  "notEmpty": true
@@ -3504,7 +4062,6 @@
3504
4062
  {
3505
4063
  "id": "input.partitionKey",
3506
4064
  "label": "Partition key",
3507
- "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>",
3508
4065
  "optional": false,
3509
4066
  "constraints": {
3510
4067
  "notEmpty": true
@@ -3529,12 +4086,12 @@
3529
4086
  }
3530
4087
  ]
3531
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>",
3532
4090
  "type": "String"
3533
4091
  },
3534
4092
  {
3535
4093
  "id": "input.partitionKeyRole",
3536
4094
  "label": "Partition key role",
3537
- "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>",
3538
4095
  "optional": false,
3539
4096
  "constraints": {
3540
4097
  "notEmpty": true
@@ -3558,6 +4115,7 @@
3558
4115
  }
3559
4116
  ]
3560
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>",
3561
4119
  "type": "Dropdown",
3562
4120
  "choices": [
3563
4121
  {
@@ -3573,7 +4131,6 @@
3573
4131
  {
3574
4132
  "id": "input.partitionKeyType",
3575
4133
  "label": "Partition key attribute data type",
3576
- "description": "Represents the data for an attribute",
3577
4134
  "optional": false,
3578
4135
  "constraints": {
3579
4136
  "notEmpty": true
@@ -3597,6 +4154,7 @@
3597
4154
  }
3598
4155
  ]
3599
4156
  },
4157
+ "tooltip": "S = String, N = Number, B = Binary",
3600
4158
  "type": "Dropdown",
3601
4159
  "choices": [
3602
4160
  {
@@ -3616,7 +4174,6 @@
3616
4174
  {
3617
4175
  "id": "input.sortKey",
3618
4176
  "label": "Sort key",
3619
- "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>",
3620
4177
  "optional": true,
3621
4178
  "feel": "optional",
3622
4179
  "group": "input",
@@ -3638,12 +4195,12 @@
3638
4195
  }
3639
4196
  ]
3640
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>",
3641
4199
  "type": "String"
3642
4200
  },
3643
4201
  {
3644
4202
  "id": "input.sortKeyRole",
3645
4203
  "label": "Sort key role",
3646
- "description": "The role that this key attribute will assume",
3647
4204
  "optional": true,
3648
4205
  "group": "input",
3649
4206
  "binding": {
@@ -3664,6 +4221,7 @@
3664
4221
  }
3665
4222
  ]
3666
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>",
3667
4225
  "type": "Dropdown",
3668
4226
  "choices": [
3669
4227
  {
@@ -3679,7 +4237,6 @@
3679
4237
  {
3680
4238
  "id": "input.sortKeyType",
3681
4239
  "label": "Sort key attribute data type",
3682
- "description": "Represents the data for an attribute",
3683
4240
  "optional": true,
3684
4241
  "group": "input",
3685
4242
  "binding": {
@@ -3700,6 +4257,7 @@
3700
4257
  }
3701
4258
  ]
3702
4259
  },
4260
+ "tooltip": "S = String, N = Number, B = Binary",
3703
4261
  "type": "Dropdown",
3704
4262
  "choices": [
3705
4263
  {
@@ -3719,7 +4277,6 @@
3719
4277
  {
3720
4278
  "id": "input.readCapacityUnits",
3721
4279
  "label": "Read capacity units",
3722
- "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>",
3723
4280
  "optional": false,
3724
4281
  "constraints": {
3725
4282
  "notEmpty": true
@@ -3744,12 +4301,12 @@
3744
4301
  }
3745
4302
  ]
3746
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>",
3747
4305
  "type": "Number"
3748
4306
  },
3749
4307
  {
3750
4308
  "id": "input.writeCapacityUnits",
3751
4309
  "label": "Write capacity units",
3752
- "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>",
3753
4310
  "optional": false,
3754
4311
  "constraints": {
3755
4312
  "notEmpty": true
@@ -3774,12 +4331,12 @@
3774
4331
  }
3775
4332
  ]
3776
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>",
3777
4335
  "type": "Number"
3778
4336
  },
3779
4337
  {
3780
4338
  "id": "input.billingModeStr",
3781
4339
  "label": "Billing mode",
3782
- "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>",
3783
4340
  "optional": false,
3784
4341
  "constraints": {
3785
4342
  "notEmpty": true
@@ -3803,554 +4360,1379 @@
3803
4360
  }
3804
4361
  ]
3805
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>",
4364
+ "type": "Dropdown",
4365
+ "choices": [
4366
+ {
4367
+ "name": "PROVISIONED",
4368
+ "value": "PROVISIONED"
4369
+ },
4370
+ {
4371
+ "name": "PAY_PER_REQUEST",
4372
+ "value": "PAY_PER_REQUEST"
4373
+ }
4374
+ ]
4375
+ },
4376
+ {
4377
+ "id": "input.deletionProtection",
4378
+ "label": "Deletion protection",
4379
+ "optional": false,
4380
+ "value": "false",
4381
+ "constraints": {
4382
+ "notEmpty": true
4383
+ },
4384
+ "group": "input",
4385
+ "binding": {
4386
+ "name": "input.deletionProtection",
4387
+ "type": "zeebe:input"
4388
+ },
4389
+ "condition": {
4390
+ "allMatch": [
4391
+ {
4392
+ "property": "input.tableOperation",
4393
+ "equals": "createTable",
4394
+ "type": "simple"
4395
+ },
4396
+ {
4397
+ "property": "input.operationGroup",
4398
+ "equals": "tableOperation",
4399
+ "type": "simple"
4400
+ }
4401
+ ]
4402
+ },
4403
+ "tooltip": "Prevents accidental table deletion",
4404
+ "type": "Dropdown",
4405
+ "choices": [
4406
+ {
4407
+ "name": "True",
4408
+ "value": "true"
4409
+ },
4410
+ {
4411
+ "name": "False",
4412
+ "value": "false"
4413
+ }
4414
+ ]
4415
+ },
4416
+ {
4417
+ "id": "input.deleteTable.tableName",
4418
+ "label": "Table name",
4419
+ "optional": false,
4420
+ "constraints": {
4421
+ "notEmpty": true
4422
+ },
4423
+ "feel": "optional",
4424
+ "group": "input",
4425
+ "binding": {
4426
+ "name": "input.tableName",
4427
+ "type": "zeebe:input"
4428
+ },
4429
+ "condition": {
4430
+ "allMatch": [
4431
+ {
4432
+ "property": "input.tableOperation",
4433
+ "equals": "deleteTable",
4434
+ "type": "simple"
4435
+ },
4436
+ {
4437
+ "property": "input.operationGroup",
4438
+ "equals": "tableOperation",
4439
+ "type": "simple"
4440
+ }
4441
+ ]
4442
+ },
4443
+ "type": "String"
4444
+ },
4445
+ {
4446
+ "id": "input.describeTable.tableName",
4447
+ "label": "Table name",
4448
+ "optional": false,
4449
+ "constraints": {
4450
+ "notEmpty": true
4451
+ },
4452
+ "feel": "optional",
4453
+ "group": "input",
4454
+ "binding": {
4455
+ "name": "input.tableName",
4456
+ "type": "zeebe:input"
4457
+ },
4458
+ "condition": {
4459
+ "allMatch": [
4460
+ {
4461
+ "property": "input.tableOperation",
4462
+ "equals": "describeTable",
4463
+ "type": "simple"
4464
+ },
4465
+ {
4466
+ "property": "input.operationGroup",
4467
+ "equals": "tableOperation",
4468
+ "type": "simple"
4469
+ }
4470
+ ]
4471
+ },
4472
+ "type": "String"
4473
+ },
4474
+ {
4475
+ "id": "input.scanTable.tableName",
4476
+ "label": "Table name",
4477
+ "optional": false,
4478
+ "constraints": {
4479
+ "notEmpty": true
4480
+ },
4481
+ "feel": "optional",
4482
+ "group": "input",
4483
+ "binding": {
4484
+ "name": "input.tableName",
4485
+ "type": "zeebe:input"
4486
+ },
4487
+ "condition": {
4488
+ "allMatch": [
4489
+ {
4490
+ "property": "input.tableOperation",
4491
+ "equals": "scanTable",
4492
+ "type": "simple"
4493
+ },
4494
+ {
4495
+ "property": "input.operationGroup",
4496
+ "equals": "tableOperation",
4497
+ "type": "simple"
4498
+ }
4499
+ ]
4500
+ },
4501
+ "type": "String"
4502
+ },
4503
+ {
4504
+ "id": "input.filterExpression",
4505
+ "label": "Filter expression",
4506
+ "optional": true,
4507
+ "feel": "optional",
4508
+ "group": "input",
4509
+ "binding": {
4510
+ "name": "input.filterExpression",
4511
+ "type": "zeebe:input"
4512
+ },
4513
+ "condition": {
4514
+ "allMatch": [
4515
+ {
4516
+ "property": "input.tableOperation",
4517
+ "equals": "scanTable",
4518
+ "type": "simple"
4519
+ },
4520
+ {
4521
+ "property": "input.operationGroup",
4522
+ "equals": "tableOperation",
4523
+ "type": "simple"
4524
+ }
4525
+ ]
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>",
4528
+ "type": "String"
4529
+ },
4530
+ {
4531
+ "id": "input.projectionExpression",
4532
+ "label": "Projection expression",
4533
+ "optional": true,
4534
+ "feel": "optional",
4535
+ "group": "input",
4536
+ "binding": {
4537
+ "name": "input.projectionExpression",
4538
+ "type": "zeebe:input"
4539
+ },
4540
+ "condition": {
4541
+ "allMatch": [
4542
+ {
4543
+ "property": "input.tableOperation",
4544
+ "equals": "scanTable",
4545
+ "type": "simple"
4546
+ },
4547
+ {
4548
+ "property": "input.operationGroup",
4549
+ "equals": "tableOperation",
4550
+ "type": "simple"
4551
+ }
4552
+ ]
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",
4556
+ "type": "String"
4557
+ },
4558
+ {
4559
+ "id": "input.expressionAttributeNames",
4560
+ "label": "Expression attribute names",
4561
+ "optional": true,
4562
+ "feel": "required",
4563
+ "group": "input",
4564
+ "binding": {
4565
+ "name": "input.expressionAttributeNames",
4566
+ "type": "zeebe:input"
4567
+ },
4568
+ "condition": {
4569
+ "allMatch": [
4570
+ {
4571
+ "property": "input.tableOperation",
4572
+ "equals": "scanTable",
4573
+ "type": "simple"
4574
+ },
4575
+ {
4576
+ "property": "input.operationGroup",
4577
+ "equals": "tableOperation",
4578
+ "type": "simple"
4579
+ }
4580
+ ]
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>",
4583
+ "type": "String"
4584
+ },
4585
+ {
4586
+ "id": "input.expressionAttributeValues",
4587
+ "label": "Expression attribute values",
4588
+ "optional": true,
4589
+ "feel": "required",
4590
+ "group": "input",
4591
+ "binding": {
4592
+ "name": "input.expressionAttributeValues",
4593
+ "type": "zeebe:input"
4594
+ },
4595
+ "condition": {
4596
+ "allMatch": [
4597
+ {
4598
+ "property": "input.tableOperation",
4599
+ "equals": "scanTable",
4600
+ "type": "simple"
4601
+ },
4602
+ {
4603
+ "property": "input.operationGroup",
4604
+ "equals": "tableOperation",
4605
+ "type": "simple"
4606
+ }
4607
+ ]
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>",
4610
+ "type": "String"
4611
+ },
4612
+ {
4613
+ "id": "input.addItem.tableName",
4614
+ "label": "Table name",
4615
+ "optional": false,
4616
+ "constraints": {
4617
+ "notEmpty": true
4618
+ },
4619
+ "feel": "optional",
4620
+ "group": "input",
4621
+ "binding": {
4622
+ "name": "input.tableName",
4623
+ "type": "zeebe:input"
4624
+ },
4625
+ "condition": {
4626
+ "allMatch": [
4627
+ {
4628
+ "property": "input.itemOperation",
4629
+ "equals": "addItem",
4630
+ "type": "simple"
4631
+ },
4632
+ {
4633
+ "property": "input.operationGroup",
4634
+ "equals": "itemOperation",
4635
+ "type": "simple"
4636
+ }
4637
+ ]
4638
+ },
4639
+ "type": "String"
4640
+ },
4641
+ {
4642
+ "id": "input.item",
4643
+ "label": "Item",
4644
+ "optional": false,
4645
+ "constraints": {
4646
+ "notEmpty": true
4647
+ },
4648
+ "feel": "required",
4649
+ "group": "input",
4650
+ "binding": {
4651
+ "name": "input.item",
4652
+ "type": "zeebe:input"
4653
+ },
4654
+ "condition": {
4655
+ "allMatch": [
4656
+ {
4657
+ "property": "input.itemOperation",
4658
+ "equals": "addItem",
4659
+ "type": "simple"
4660
+ },
4661
+ {
4662
+ "property": "input.operationGroup",
4663
+ "equals": "itemOperation",
4664
+ "type": "simple"
4665
+ }
4666
+ ]
4667
+ },
4668
+ "tooltip": "DynamoDB item (group of attributes)",
4669
+ "type": "String"
4670
+ },
4671
+ {
4672
+ "id": "input.deleteItem.tableName",
4673
+ "label": "Table name",
4674
+ "optional": false,
4675
+ "constraints": {
4676
+ "notEmpty": true
4677
+ },
4678
+ "feel": "optional",
4679
+ "group": "input",
4680
+ "binding": {
4681
+ "name": "input.tableName",
4682
+ "type": "zeebe:input"
4683
+ },
4684
+ "condition": {
4685
+ "allMatch": [
4686
+ {
4687
+ "property": "input.itemOperation",
4688
+ "equals": "deleteItem",
4689
+ "type": "simple"
4690
+ },
4691
+ {
4692
+ "property": "input.operationGroup",
4693
+ "equals": "itemOperation",
4694
+ "type": "simple"
4695
+ }
4696
+ ]
4697
+ },
4698
+ "type": "String"
4699
+ },
4700
+ {
4701
+ "id": "input.deleteItem.primaryKeyComponents",
4702
+ "label": "Primary key components",
4703
+ "optional": false,
4704
+ "constraints": {
4705
+ "notEmpty": true
4706
+ },
4707
+ "feel": "required",
4708
+ "group": "input",
4709
+ "binding": {
4710
+ "name": "input.primaryKeyComponents",
4711
+ "type": "zeebe:input"
4712
+ },
4713
+ "condition": {
4714
+ "allMatch": [
4715
+ {
4716
+ "property": "input.itemOperation",
4717
+ "equals": "deleteItem",
4718
+ "type": "simple"
4719
+ },
4720
+ {
4721
+ "property": "input.operationGroup",
4722
+ "equals": "itemOperation",
4723
+ "type": "simple"
4724
+ }
4725
+ ]
4726
+ },
4727
+ "tooltip": "Simple or composite primary key",
4728
+ "type": "String"
4729
+ },
4730
+ {
4731
+ "id": "input.getItem.tableName",
4732
+ "label": "Table name",
4733
+ "optional": false,
4734
+ "constraints": {
4735
+ "notEmpty": true
4736
+ },
4737
+ "feel": "optional",
4738
+ "group": "input",
4739
+ "binding": {
4740
+ "name": "input.tableName",
4741
+ "type": "zeebe:input"
4742
+ },
4743
+ "condition": {
4744
+ "allMatch": [
4745
+ {
4746
+ "property": "input.itemOperation",
4747
+ "equals": "getItem",
4748
+ "type": "simple"
4749
+ },
4750
+ {
4751
+ "property": "input.operationGroup",
4752
+ "equals": "itemOperation",
4753
+ "type": "simple"
4754
+ }
4755
+ ]
4756
+ },
4757
+ "type": "String"
4758
+ },
4759
+ {
4760
+ "id": "input.getItem.primaryKeyComponents",
4761
+ "label": "Primary key components",
4762
+ "optional": false,
4763
+ "constraints": {
4764
+ "notEmpty": true
4765
+ },
4766
+ "feel": "required",
4767
+ "group": "input",
4768
+ "binding": {
4769
+ "name": "input.primaryKeyComponents",
4770
+ "type": "zeebe:input"
4771
+ },
4772
+ "condition": {
4773
+ "allMatch": [
4774
+ {
4775
+ "property": "input.itemOperation",
4776
+ "equals": "getItem",
4777
+ "type": "simple"
4778
+ },
4779
+ {
4780
+ "property": "input.operationGroup",
4781
+ "equals": "itemOperation",
4782
+ "type": "simple"
4783
+ }
4784
+ ]
4785
+ },
4786
+ "tooltip": "Simple or composite primary key",
4787
+ "type": "String"
4788
+ },
4789
+ {
4790
+ "id": "input.updateTable.tableName",
4791
+ "label": "Table name",
4792
+ "optional": false,
4793
+ "constraints": {
4794
+ "notEmpty": true
4795
+ },
4796
+ "feel": "optional",
4797
+ "group": "input",
4798
+ "binding": {
4799
+ "name": "input.tableName",
4800
+ "type": "zeebe:input"
4801
+ },
4802
+ "condition": {
4803
+ "allMatch": [
4804
+ {
4805
+ "property": "input.itemOperation",
4806
+ "equals": "updateItem",
4807
+ "type": "simple"
4808
+ },
4809
+ {
4810
+ "property": "input.operationGroup",
4811
+ "equals": "itemOperation",
4812
+ "type": "simple"
4813
+ }
4814
+ ]
4815
+ },
4816
+ "type": "String"
4817
+ },
4818
+ {
4819
+ "id": "input.updateItem.primaryKeyComponents",
4820
+ "label": "Primary key components",
4821
+ "optional": false,
4822
+ "constraints": {
4823
+ "notEmpty": true
4824
+ },
4825
+ "feel": "required",
4826
+ "group": "input",
4827
+ "binding": {
4828
+ "name": "input.primaryKeyComponents",
4829
+ "type": "zeebe:input"
4830
+ },
4831
+ "condition": {
4832
+ "allMatch": [
4833
+ {
4834
+ "property": "input.itemOperation",
4835
+ "equals": "updateItem",
4836
+ "type": "simple"
4837
+ },
4838
+ {
4839
+ "property": "input.operationGroup",
4840
+ "equals": "itemOperation",
4841
+ "type": "simple"
4842
+ }
4843
+ ]
4844
+ },
4845
+ "tooltip": "Simple or composite primary key",
4846
+ "type": "String"
4847
+ },
4848
+ {
4849
+ "id": "input.keyAttributes",
4850
+ "label": "Key attributes",
4851
+ "optional": false,
4852
+ "constraints": {
4853
+ "notEmpty": true
4854
+ },
4855
+ "feel": "required",
4856
+ "group": "input",
4857
+ "binding": {
4858
+ "name": "input.keyAttributes",
4859
+ "type": "zeebe:input"
4860
+ },
4861
+ "condition": {
4862
+ "allMatch": [
4863
+ {
4864
+ "property": "input.itemOperation",
4865
+ "equals": "updateItem",
4866
+ "type": "simple"
4867
+ },
4868
+ {
4869
+ "property": "input.operationGroup",
4870
+ "equals": "itemOperation",
4871
+ "type": "simple"
4872
+ }
4873
+ ]
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>",
4876
+ "type": "String"
4877
+ },
4878
+ {
4879
+ "id": "input.attributeAction",
4880
+ "label": "Attribute action",
4881
+ "optional": false,
4882
+ "constraints": {
4883
+ "notEmpty": true
4884
+ },
4885
+ "group": "input",
4886
+ "binding": {
4887
+ "name": "input.attributeAction",
4888
+ "type": "zeebe:input"
4889
+ },
4890
+ "condition": {
4891
+ "allMatch": [
4892
+ {
4893
+ "property": "input.itemOperation",
4894
+ "equals": "updateItem",
4895
+ "type": "simple"
4896
+ },
4897
+ {
4898
+ "property": "input.operationGroup",
4899
+ "equals": "itemOperation",
4900
+ "type": "simple"
4901
+ }
4902
+ ]
4903
+ },
4904
+ "tooltip": "PUT = set the attribute value, DELETE = remove the attribute",
4905
+ "type": "Dropdown",
4906
+ "choices": [
4907
+ {
4908
+ "name": "PUT",
4909
+ "value": "put"
4910
+ },
4911
+ {
4912
+ "name": "DELETE",
4913
+ "value": "delete"
4914
+ }
4915
+ ]
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
+ },
4941
+ {
4942
+ "id": "resultVariable",
4943
+ "label": "Result variable",
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>.",
4945
+ "group": "output",
4946
+ "binding": {
4947
+ "key": "resultVariable",
4948
+ "type": "zeebe:taskHeader"
4949
+ },
4950
+ "type": "String"
4951
+ },
4952
+ {
4953
+ "id": "resultExpression",
4954
+ "label": "Result expression",
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>.",
4956
+ "feel": "required",
4957
+ "group": "output",
4958
+ "binding": {
4959
+ "key": "resultExpression",
4960
+ "type": "zeebe:taskHeader"
4961
+ },
4962
+ "type": "Text"
4963
+ },
4964
+ {
4965
+ "id": "errorExpression",
4966
+ "label": "Error expression",
4967
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
4968
+ "feel": "required",
4969
+ "group": "error",
4970
+ "binding": {
4971
+ "key": "errorExpression",
4972
+ "type": "zeebe:taskHeader"
4973
+ },
4974
+ "type": "Text"
4975
+ },
4976
+ {
4977
+ "id": "retryCount",
4978
+ "label": "Retries",
4979
+ "description": "Number of retries",
4980
+ "value": "3",
4981
+ "feel": "optional",
4982
+ "group": "retries",
4983
+ "binding": {
4984
+ "property": "retries",
4985
+ "type": "zeebe:taskDefinition"
4986
+ },
4987
+ "type": "String"
4988
+ },
4989
+ {
4990
+ "id": "retryBackoff",
4991
+ "label": "Retry backoff",
4992
+ "description": "ISO-8601 duration to wait between retries",
4993
+ "value": "PT30S",
4994
+ "group": "retries",
4995
+ "binding": {
4996
+ "key": "retryBackoff",
4997
+ "type": "zeebe:taskHeader"
4998
+ },
4999
+ "type": "String"
5000
+ }
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
+ ],
5122
+ "icon": {
5123
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
5124
+ }
5125
+ },
5126
+ {
5127
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
5128
+ "name": "AWS DynamoDB Outbound Connector",
5129
+ "id": "io.camunda.connectors.AWSDynamoDB.v1",
5130
+ "version": 4,
5131
+ "description": "Work with tables and items using AWS DynamoDB service",
5132
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
5133
+ "category": {
5134
+ "id": "connectors",
5135
+ "name": "Connectors"
5136
+ },
5137
+ "appliesTo": ["bpmn:Task"],
5138
+ "elementType": {
5139
+ "value": "bpmn:ServiceTask"
5140
+ },
5141
+ "groups": [
5142
+ {
5143
+ "id": "operation",
5144
+ "label": "Operation"
5145
+ },
5146
+ {
5147
+ "id": "authentication",
5148
+ "label": "Authentication"
5149
+ },
5150
+ {
5151
+ "id": "configuration",
5152
+ "label": "Configuration"
5153
+ },
5154
+ {
5155
+ "id": "input",
5156
+ "label": "Input"
5157
+ },
5158
+ {
5159
+ "id": "output",
5160
+ "label": "Output"
5161
+ },
5162
+ {
5163
+ "id": "errors",
5164
+ "label": "Error handling"
5165
+ }
5166
+ ],
5167
+ "properties": [
5168
+ {
5169
+ "type": "Hidden",
5170
+ "value": "io.camunda:aws-dynamodb:1",
5171
+ "binding": {
5172
+ "type": "zeebe:taskDefinition",
5173
+ "property": "type"
5174
+ }
5175
+ },
5176
+ {
5177
+ "id": "operationGroup",
5178
+ "group": "operation",
5179
+ "type": "Dropdown",
5180
+ "choices": [
5181
+ {
5182
+ "name": "Table",
5183
+ "value": "table"
5184
+ },
5185
+ {
5186
+ "name": "Item",
5187
+ "value": "item"
5188
+ }
5189
+ ],
5190
+ "binding": {
5191
+ "type": "zeebe:input",
5192
+ "name": "operationGroup"
5193
+ }
5194
+ },
5195
+ {
5196
+ "id": "tableOperationType",
5197
+ "group": "operation",
3806
5198
  "type": "Dropdown",
3807
5199
  "choices": [
3808
5200
  {
3809
- "name": "PROVISIONED",
3810
- "value": "PROVISIONED"
5201
+ "name": "Create table",
5202
+ "value": "createTable"
3811
5203
  },
3812
5204
  {
3813
- "name": "PAY_PER_REQUEST",
3814
- "value": "PAY_PER_REQUEST"
5205
+ "name": "Delete table",
5206
+ "value": "deleteTable"
5207
+ },
5208
+ {
5209
+ "name": "Describe table",
5210
+ "value": "describeTable"
5211
+ },
5212
+ {
5213
+ "name": "Scan table",
5214
+ "value": "scanTable"
3815
5215
  }
3816
- ]
3817
- },
3818
- {
3819
- "id": "input.deletionProtection",
3820
- "label": "Deletion protection",
3821
- "description": "Prevents accidental table deletion",
3822
- "optional": false,
3823
- "value": "false",
3824
- "constraints": {
3825
- "notEmpty": true
3826
- },
3827
- "group": "input",
5216
+ ],
3828
5217
  "binding": {
3829
- "name": "input.deletionProtection",
3830
- "type": "zeebe:input"
5218
+ "type": "zeebe:input",
5219
+ "name": "input.type"
3831
5220
  },
3832
5221
  "condition": {
3833
- "allMatch": [
3834
- {
3835
- "property": "input.tableOperation",
3836
- "equals": "createTable",
3837
- "type": "simple"
3838
- },
3839
- {
3840
- "property": "input.operationGroup",
3841
- "equals": "tableOperation",
3842
- "type": "simple"
3843
- }
3844
- ]
3845
- },
5222
+ "property": "operationGroup",
5223
+ "equals": "table"
5224
+ }
5225
+ },
5226
+ {
5227
+ "id": "itemOperationType",
5228
+ "group": "operation",
3846
5229
  "type": "Dropdown",
3847
5230
  "choices": [
3848
5231
  {
3849
- "name": "True",
3850
- "value": "true"
5232
+ "name": "Add item",
5233
+ "value": "addItem"
3851
5234
  },
3852
5235
  {
3853
- "name": "False",
3854
- "value": "false"
5236
+ "name": "Delete item",
5237
+ "value": "deleteItem"
5238
+ },
5239
+ {
5240
+ "name": "Get item",
5241
+ "value": "getItem"
5242
+ },
5243
+ {
5244
+ "name": "Update item",
5245
+ "value": "updateItem"
3855
5246
  }
3856
- ]
5247
+ ],
5248
+ "binding": {
5249
+ "type": "zeebe:input",
5250
+ "name": "input.type"
5251
+ },
5252
+ "condition": {
5253
+ "property": "operationGroup",
5254
+ "equals": "item"
5255
+ }
3857
5256
  },
3858
5257
  {
3859
- "id": "input.deleteTable.tableName",
3860
- "label": "Table name",
3861
- "description": "Name of DynamoDB table",
5258
+ "label": "Access key",
5259
+ "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>",
5260
+ "group": "authentication",
5261
+ "type": "String",
5262
+ "feel": "optional",
3862
5263
  "optional": false,
5264
+ "binding": {
5265
+ "type": "zeebe:input",
5266
+ "name": "authentication.accessKey"
5267
+ },
3863
5268
  "constraints": {
3864
5269
  "notEmpty": true
5270
+ }
5271
+ },
5272
+ {
5273
+ "label": "Secret key",
5274
+ "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>",
5275
+ "group": "authentication",
5276
+ "type": "String",
5277
+ "feel": "optional",
5278
+ "optional": false,
5279
+ "binding": {
5280
+ "type": "zeebe:input",
5281
+ "name": "authentication.secretKey"
3865
5282
  },
5283
+ "constraints": {
5284
+ "notEmpty": true
5285
+ }
5286
+ },
5287
+ {
5288
+ "label": "Region",
5289
+ "description": "Specify the AWS region",
5290
+ "group": "configuration",
5291
+ "type": "String",
3866
5292
  "feel": "optional",
5293
+ "optional": false,
5294
+ "binding": {
5295
+ "type": "zeebe:input",
5296
+ "name": "configuration.region"
5297
+ },
5298
+ "constraints": {
5299
+ "notEmpty": true
5300
+ }
5301
+ },
5302
+ {
5303
+ "label": "Table name",
5304
+ "description": "Name of DynamoDB table",
3867
5305
  "group": "input",
5306
+ "type": "String",
5307
+ "feel": "optional",
5308
+ "optional": false,
3868
5309
  "binding": {
3869
- "name": "input.tableName",
3870
- "type": "zeebe:input"
5310
+ "type": "zeebe:input",
5311
+ "name": "input.tableName"
3871
5312
  },
3872
- "condition": {
3873
- "allMatch": [
3874
- {
3875
- "property": "input.tableOperation",
3876
- "equals": "deleteTable",
3877
- "type": "simple"
3878
- },
3879
- {
3880
- "property": "input.operationGroup",
3881
- "equals": "tableOperation",
3882
- "type": "simple"
3883
- }
3884
- ]
5313
+ "constraints": {
5314
+ "notEmpty": true
3885
5315
  },
3886
- "type": "String"
5316
+ "condition": {
5317
+ "property": "tableOperationType",
5318
+ "oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
5319
+ }
3887
5320
  },
3888
5321
  {
3889
- "id": "input.describeTable.tableName",
3890
5322
  "label": "Table name",
3891
5323
  "description": "Name of DynamoDB table",
5324
+ "group": "input",
5325
+ "type": "String",
5326
+ "feel": "optional",
3892
5327
  "optional": false,
5328
+ "binding": {
5329
+ "type": "zeebe:input",
5330
+ "name": "input.tableName"
5331
+ },
3893
5332
  "constraints": {
3894
5333
  "notEmpty": true
3895
5334
  },
3896
- "feel": "optional",
5335
+ "condition": {
5336
+ "property": "itemOperationType",
5337
+ "oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
5338
+ }
5339
+ },
5340
+ {
5341
+ "label": "Partition key",
5342
+ "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>",
3897
5343
  "group": "input",
5344
+ "type": "String",
5345
+ "feel": "optional",
3898
5346
  "binding": {
3899
- "name": "input.tableName",
3900
- "type": "zeebe:input"
5347
+ "type": "zeebe:input",
5348
+ "name": "input.partitionKey"
5349
+ },
5350
+ "constraints": {
5351
+ "notEmpty": true
3901
5352
  },
3902
5353
  "condition": {
3903
- "allMatch": [
3904
- {
3905
- "property": "input.tableOperation",
3906
- "equals": "describeTable",
3907
- "type": "simple"
3908
- },
3909
- {
3910
- "property": "input.operationGroup",
3911
- "equals": "tableOperation",
3912
- "type": "simple"
3913
- }
3914
- ]
5354
+ "property": "tableOperationType",
5355
+ "equals": "createTable"
5356
+ }
5357
+ },
5358
+ {
5359
+ "label": "Partition key role",
5360
+ "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>",
5361
+ "group": "input",
5362
+ "type": "Dropdown",
5363
+ "optional": false,
5364
+ "choices": [
5365
+ {
5366
+ "name": "HASH",
5367
+ "value": "HASH"
5368
+ },
5369
+ {
5370
+ "name": "RANGE",
5371
+ "value": "RANGE"
5372
+ }
5373
+ ],
5374
+ "binding": {
5375
+ "type": "zeebe:input",
5376
+ "name": "input.partitionKeyRole"
3915
5377
  },
3916
- "type": "String"
5378
+ "constraints": {
5379
+ "notEmpty": true
5380
+ },
5381
+ "condition": {
5382
+ "property": "tableOperationType",
5383
+ "equals": "createTable"
5384
+ }
3917
5385
  },
3918
5386
  {
3919
- "id": "input.scanTable.tableName",
3920
- "label": "Table name",
3921
- "description": "Name of DynamoDB table",
5387
+ "label": "Partition key attribute data type",
5388
+ "description": "Represents the data for an attribute",
5389
+ "group": "input",
5390
+ "type": "Dropdown",
3922
5391
  "optional": false,
5392
+ "choices": [
5393
+ {
5394
+ "name": "Binary",
5395
+ "value": "B"
5396
+ },
5397
+ {
5398
+ "name": "Number",
5399
+ "value": "N"
5400
+ },
5401
+ {
5402
+ "name": "String",
5403
+ "value": "S"
5404
+ }
5405
+ ],
5406
+ "binding": {
5407
+ "type": "zeebe:input",
5408
+ "name": "input.partitionKeyType"
5409
+ },
3923
5410
  "constraints": {
3924
5411
  "notEmpty": true
3925
5412
  },
3926
- "feel": "optional",
3927
- "group": "input",
3928
- "binding": {
3929
- "name": "input.tableName",
3930
- "type": "zeebe:input"
3931
- },
3932
5413
  "condition": {
3933
- "allMatch": [
3934
- {
3935
- "property": "input.tableOperation",
3936
- "equals": "scanTable",
3937
- "type": "simple"
3938
- },
3939
- {
3940
- "property": "input.operationGroup",
3941
- "equals": "tableOperation",
3942
- "type": "simple"
3943
- }
3944
- ]
3945
- },
3946
- "type": "String"
5414
+ "property": "tableOperationType",
5415
+ "equals": "createTable"
5416
+ }
3947
5417
  },
3948
5418
  {
3949
- "id": "input.filterExpression",
3950
- "label": "Filter expression",
3951
- "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>",
3952
- "optional": true,
3953
- "feel": "optional",
5419
+ "label": "Sort key",
5420
+ "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>",
3954
5421
  "group": "input",
5422
+ "type": "String",
5423
+ "feel": "optional",
5424
+ "optional": true,
3955
5425
  "binding": {
3956
- "name": "input.filterExpression",
3957
- "type": "zeebe:input"
5426
+ "type": "zeebe:input",
5427
+ "name": "input.sortKey"
3958
5428
  },
3959
- "condition": {
3960
- "allMatch": [
3961
- {
3962
- "property": "input.tableOperation",
3963
- "equals": "scanTable",
3964
- "type": "simple"
3965
- },
3966
- {
3967
- "property": "input.operationGroup",
3968
- "equals": "tableOperation",
3969
- "type": "simple"
3970
- }
3971
- ]
5429
+ "constraints": {
5430
+ "notEmpty": false
3972
5431
  },
3973
- "type": "String"
5432
+ "condition": {
5433
+ "property": "tableOperationType",
5434
+ "equals": "createTable"
5435
+ }
3974
5436
  },
3975
5437
  {
3976
- "id": "input.projectionExpression",
3977
- "label": "Projection expression",
3978
- "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
3979
- "optional": true,
3980
- "feel": "optional",
5438
+ "label": "Sort key role",
5439
+ "description": "The role that this key attribute will assume",
3981
5440
  "group": "input",
5441
+ "type": "Dropdown",
5442
+ "optional": true,
5443
+ "choices": [
5444
+ {
5445
+ "name": "HASH",
5446
+ "value": "HASH"
5447
+ },
5448
+ {
5449
+ "name": "RANGE",
5450
+ "value": "RANGE"
5451
+ }
5452
+ ],
3982
5453
  "binding": {
3983
- "name": "input.projectionExpression",
3984
- "type": "zeebe:input"
5454
+ "type": "zeebe:input",
5455
+ "name": "input.sortKeyRole"
3985
5456
  },
3986
- "condition": {
3987
- "allMatch": [
3988
- {
3989
- "property": "input.tableOperation",
3990
- "equals": "scanTable",
3991
- "type": "simple"
3992
- },
3993
- {
3994
- "property": "input.operationGroup",
3995
- "equals": "tableOperation",
3996
- "type": "simple"
3997
- }
3998
- ]
5457
+ "constraints": {
5458
+ "notEmpty": false
3999
5459
  },
4000
- "type": "String"
5460
+ "condition": {
5461
+ "property": "tableOperationType",
5462
+ "equals": "createTable"
5463
+ }
4001
5464
  },
4002
5465
  {
4003
- "id": "input.expressionAttributeNames",
4004
- "label": "Expression attribute names",
4005
- "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>",
4006
- "optional": true,
4007
- "feel": "required",
5466
+ "label": "Sort key attribute data type",
5467
+ "description": "Represents the data for an attribute",
4008
5468
  "group": "input",
5469
+ "type": "Dropdown",
5470
+ "optional": true,
5471
+ "choices": [
5472
+ {
5473
+ "name": "Binary",
5474
+ "value": "B"
5475
+ },
5476
+ {
5477
+ "name": "Number",
5478
+ "value": "N"
5479
+ },
5480
+ {
5481
+ "name": "String",
5482
+ "value": "S"
5483
+ }
5484
+ ],
4009
5485
  "binding": {
4010
- "name": "input.expressionAttributeNames",
4011
- "type": "zeebe:input"
5486
+ "type": "zeebe:input",
5487
+ "name": "input.sortKeyType"
4012
5488
  },
4013
- "condition": {
4014
- "allMatch": [
4015
- {
4016
- "property": "input.tableOperation",
4017
- "equals": "scanTable",
4018
- "type": "simple"
4019
- },
4020
- {
4021
- "property": "input.operationGroup",
4022
- "equals": "tableOperation",
4023
- "type": "simple"
4024
- }
4025
- ]
5489
+ "constraints": {
5490
+ "notEmpty": false
4026
5491
  },
4027
- "type": "String"
5492
+ "condition": {
5493
+ "property": "tableOperationType",
5494
+ "equals": "createTable"
5495
+ }
4028
5496
  },
4029
5497
  {
4030
- "id": "input.expressionAttributeValues",
4031
- "label": "Expression attribute values",
4032
- "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>",
4033
- "optional": true,
4034
- "feel": "required",
5498
+ "label": "Read capacity units",
5499
+ "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>",
4035
5500
  "group": "input",
5501
+ "type": "String",
5502
+ "feel": "optional",
5503
+ "optional": true,
4036
5504
  "binding": {
4037
- "name": "input.expressionAttributeValues",
4038
- "type": "zeebe:input"
5505
+ "type": "zeebe:input",
5506
+ "name": "input.readCapacityUnits"
4039
5507
  },
4040
- "condition": {
4041
- "allMatch": [
4042
- {
4043
- "property": "input.tableOperation",
4044
- "equals": "scanTable",
4045
- "type": "simple"
4046
- },
4047
- {
4048
- "property": "input.operationGroup",
4049
- "equals": "tableOperation",
4050
- "type": "simple"
4051
- }
4052
- ]
5508
+ "constraints": {
5509
+ "notEmpty": false,
5510
+ "pattern": {
5511
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
5512
+ "message": "Must be a number"
5513
+ }
4053
5514
  },
4054
- "type": "String"
5515
+ "condition": {
5516
+ "property": "tableOperationType",
5517
+ "equals": "createTable"
5518
+ }
4055
5519
  },
4056
5520
  {
4057
- "id": "input.addItem.tableName",
4058
- "label": "Table name",
4059
- "description": "Name of DynamoDB table",
4060
- "optional": false,
4061
- "constraints": {
4062
- "notEmpty": true
4063
- },
4064
- "feel": "optional",
5521
+ "label": "Write capacity units",
5522
+ "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>",
4065
5523
  "group": "input",
5524
+ "type": "String",
5525
+ "feel": "optional",
5526
+ "optional": true,
4066
5527
  "binding": {
4067
- "name": "input.tableName",
4068
- "type": "zeebe:input"
5528
+ "type": "zeebe:input",
5529
+ "name": "input.writeCapacityUnits"
4069
5530
  },
4070
- "condition": {
4071
- "allMatch": [
4072
- {
4073
- "property": "input.itemOperation",
4074
- "equals": "addItem",
4075
- "type": "simple"
4076
- },
4077
- {
4078
- "property": "input.operationGroup",
4079
- "equals": "itemOperation",
4080
- "type": "simple"
4081
- }
4082
- ]
5531
+ "constraints": {
5532
+ "notEmpty": false,
5533
+ "pattern": {
5534
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
5535
+ "message": "Must be a number"
5536
+ }
4083
5537
  },
4084
- "type": "String"
5538
+ "condition": {
5539
+ "property": "tableOperationType",
5540
+ "equals": "createTable"
5541
+ }
4085
5542
  },
4086
5543
  {
4087
- "id": "input.item",
4088
- "label": "Item",
4089
- "description": "DynamoDB item (group of attributes)",
4090
- "optional": false,
4091
- "constraints": {
4092
- "notEmpty": true
4093
- },
4094
- "feel": "required",
5544
+ "label": "Billing mode",
5545
+ "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>",
4095
5546
  "group": "input",
5547
+ "type": "Dropdown",
5548
+ "optional": true,
5549
+ "choices": [
5550
+ {
5551
+ "name": "PROVISIONED",
5552
+ "value": "PROVISIONED"
5553
+ },
5554
+ {
5555
+ "name": "PAY_PER_REQUEST",
5556
+ "value": "PAY_PER_REQUEST"
5557
+ }
5558
+ ],
4096
5559
  "binding": {
4097
- "name": "input.item",
4098
- "type": "zeebe:input"
5560
+ "type": "zeebe:input",
5561
+ "name": "input.billingModeStr"
5562
+ },
5563
+ "constraints": {
5564
+ "notEmpty": false
4099
5565
  },
4100
5566
  "condition": {
4101
- "allMatch": [
4102
- {
4103
- "property": "input.itemOperation",
4104
- "equals": "addItem",
4105
- "type": "simple"
4106
- },
4107
- {
4108
- "property": "input.operationGroup",
4109
- "equals": "itemOperation",
4110
- "type": "simple"
4111
- }
4112
- ]
4113
- },
4114
- "type": "String"
5567
+ "property": "tableOperationType",
5568
+ "equals": "createTable"
5569
+ }
4115
5570
  },
4116
5571
  {
4117
- "id": "input.deleteItem.tableName",
4118
- "label": "Table name",
4119
- "description": "Name of DynamoDB table",
5572
+ "label": "Deletion protection",
5573
+ "description": "Prevents accidental table deletion",
5574
+ "group": "input",
5575
+ "type": "Dropdown",
5576
+ "value": false,
4120
5577
  "optional": false,
5578
+ "choices": [
5579
+ {
5580
+ "name": "True",
5581
+ "value": "true"
5582
+ },
5583
+ {
5584
+ "name": "False",
5585
+ "value": "false"
5586
+ }
5587
+ ],
5588
+ "binding": {
5589
+ "type": "zeebe:input",
5590
+ "name": "input.deletionProtection"
5591
+ },
4121
5592
  "constraints": {
4122
5593
  "notEmpty": true
4123
5594
  },
4124
- "feel": "optional",
5595
+ "condition": {
5596
+ "property": "tableOperationType",
5597
+ "equals": "createTable"
5598
+ }
5599
+ },
5600
+ {
5601
+ "label": "Filter expression",
5602
+ "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>",
4125
5603
  "group": "input",
5604
+ "type": "String",
5605
+ "feel": "optional",
5606
+ "optional": true,
4126
5607
  "binding": {
4127
- "name": "input.tableName",
4128
- "type": "zeebe:input"
5608
+ "type": "zeebe:input",
5609
+ "name": "input.filterExpression"
4129
5610
  },
4130
- "condition": {
4131
- "allMatch": [
4132
- {
4133
- "property": "input.itemOperation",
4134
- "equals": "deleteItem",
4135
- "type": "simple"
4136
- },
4137
- {
4138
- "property": "input.operationGroup",
4139
- "equals": "itemOperation",
4140
- "type": "simple"
4141
- }
4142
- ]
5611
+ "constraints": {
5612
+ "notEmpty": false
4143
5613
  },
4144
- "type": "String"
5614
+ "condition": {
5615
+ "property": "tableOperationType",
5616
+ "oneOf": ["scanTable"]
5617
+ }
4145
5618
  },
4146
5619
  {
4147
- "id": "input.deleteItem.primaryKeyComponents",
4148
- "label": "Primary key components",
4149
- "description": "Simple or composite primary key",
4150
- "optional": false,
4151
- "constraints": {
4152
- "notEmpty": true
4153
- },
4154
- "feel": "required",
5620
+ "label": "Projection expression",
5621
+ "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
4155
5622
  "group": "input",
5623
+ "type": "String",
5624
+ "feel": "optional",
5625
+ "optional": true,
4156
5626
  "binding": {
4157
- "name": "input.primaryKeyComponents",
4158
- "type": "zeebe:input"
5627
+ "type": "zeebe:input",
5628
+ "name": "input.projectionExpression"
4159
5629
  },
4160
- "condition": {
4161
- "allMatch": [
4162
- {
4163
- "property": "input.itemOperation",
4164
- "equals": "deleteItem",
4165
- "type": "simple"
4166
- },
4167
- {
4168
- "property": "input.operationGroup",
4169
- "equals": "itemOperation",
4170
- "type": "simple"
4171
- }
4172
- ]
5630
+ "constraints": {
5631
+ "notEmpty": false
4173
5632
  },
4174
- "type": "String"
5633
+ "condition": {
5634
+ "property": "tableOperationType",
5635
+ "oneOf": ["scanTable"]
5636
+ }
4175
5637
  },
4176
5638
  {
4177
- "id": "input.getItem.tableName",
4178
- "label": "Table name",
4179
- "description": "Name of DynamoDB table",
4180
- "optional": false,
4181
- "constraints": {
4182
- "notEmpty": true
4183
- },
4184
- "feel": "optional",
5639
+ "label": "Expression attribute names",
5640
+ "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>",
4185
5641
  "group": "input",
5642
+ "type": "String",
5643
+ "feel": "required",
5644
+ "optional": true,
4186
5645
  "binding": {
4187
- "name": "input.tableName",
4188
- "type": "zeebe:input"
5646
+ "type": "zeebe:input",
5647
+ "name": "input.expressionAttributeNames"
4189
5648
  },
4190
- "condition": {
4191
- "allMatch": [
4192
- {
4193
- "property": "input.itemOperation",
4194
- "equals": "getItem",
4195
- "type": "simple"
4196
- },
4197
- {
4198
- "property": "input.operationGroup",
4199
- "equals": "itemOperation",
4200
- "type": "simple"
4201
- }
4202
- ]
5649
+ "constraints": {
5650
+ "notEmpty": false
4203
5651
  },
4204
- "type": "String"
5652
+ "condition": {
5653
+ "property": "tableOperationType",
5654
+ "oneOf": ["scanTable"]
5655
+ }
4205
5656
  },
4206
5657
  {
4207
- "id": "input.getItem.primaryKeyComponents",
4208
- "label": "Primary key components",
4209
- "description": "Simple or composite primary key",
4210
- "optional": false,
4211
- "constraints": {
4212
- "notEmpty": true
4213
- },
4214
- "feel": "required",
5658
+ "label": "Expression attribute values",
5659
+ "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>",
4215
5660
  "group": "input",
5661
+ "type": "String",
5662
+ "feel": "required",
5663
+ "optional": true,
4216
5664
  "binding": {
4217
- "name": "input.primaryKeyComponents",
4218
- "type": "zeebe:input"
5665
+ "type": "zeebe:input",
5666
+ "name": "input.expressionAttributeValues"
4219
5667
  },
4220
- "condition": {
4221
- "allMatch": [
4222
- {
4223
- "property": "input.itemOperation",
4224
- "equals": "getItem",
4225
- "type": "simple"
4226
- },
4227
- {
4228
- "property": "input.operationGroup",
4229
- "equals": "itemOperation",
4230
- "type": "simple"
4231
- }
4232
- ]
5668
+ "constraints": {
5669
+ "notEmpty": false
4233
5670
  },
4234
- "type": "String"
5671
+ "condition": {
5672
+ "property": "tableOperationType",
5673
+ "oneOf": ["scanTable"]
5674
+ }
4235
5675
  },
4236
5676
  {
4237
- "id": "input.updateTable.tableName",
4238
- "label": "Table name",
4239
- "description": "Name of DynamoDB table",
4240
- "optional": false,
4241
- "constraints": {
4242
- "notEmpty": true
4243
- },
4244
- "feel": "optional",
5677
+ "label": "Item",
5678
+ "description": "DynamoDB item (group of attributes)",
4245
5679
  "group": "input",
5680
+ "type": "String",
5681
+ "feel": "required",
4246
5682
  "binding": {
4247
- "name": "input.tableName",
4248
- "type": "zeebe:input"
5683
+ "type": "zeebe:input",
5684
+ "name": "input.item"
4249
5685
  },
4250
- "condition": {
4251
- "allMatch": [
4252
- {
4253
- "property": "input.itemOperation",
4254
- "equals": "updateItem",
4255
- "type": "simple"
4256
- },
4257
- {
4258
- "property": "input.operationGroup",
4259
- "equals": "itemOperation",
4260
- "type": "simple"
4261
- }
4262
- ]
5686
+ "constraints": {
5687
+ "notEmpty": true
4263
5688
  },
4264
- "type": "String"
5689
+ "condition": {
5690
+ "property": "itemOperationType",
5691
+ "oneOf": ["addItem"]
5692
+ }
4265
5693
  },
4266
5694
  {
4267
- "id": "input.updateItem.primaryKeyComponents",
4268
5695
  "label": "Primary key components",
4269
5696
  "description": "Simple or composite primary key",
4270
- "optional": false,
4271
- "constraints": {
4272
- "notEmpty": true
4273
- },
4274
- "feel": "required",
4275
5697
  "group": "input",
5698
+ "type": "String",
5699
+ "feel": "required",
4276
5700
  "binding": {
4277
- "name": "input.primaryKeyComponents",
4278
- "type": "zeebe:input"
4279
- },
4280
- "condition": {
4281
- "allMatch": [
4282
- {
4283
- "property": "input.itemOperation",
4284
- "equals": "updateItem",
4285
- "type": "simple"
4286
- },
4287
- {
4288
- "property": "input.operationGroup",
4289
- "equals": "itemOperation",
4290
- "type": "simple"
4291
- }
4292
- ]
4293
- },
4294
- "type": "String"
4295
- },
4296
- {
4297
- "id": "input.keyAttributes",
4298
- "label": "Key attributes",
4299
- "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>",
4300
- "optional": false,
5701
+ "type": "zeebe:input",
5702
+ "name": "input.primaryKeyComponents"
5703
+ },
4301
5704
  "constraints": {
4302
5705
  "notEmpty": true
4303
5706
  },
4304
- "feel": "required",
5707
+ "condition": {
5708
+ "property": "itemOperationType",
5709
+ "oneOf": ["updateItem", "deleteItem", "getItem"]
5710
+ }
5711
+ },
5712
+ {
5713
+ "label": "Key attributes",
5714
+ "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>",
4305
5715
  "group": "input",
5716
+ "type": "String",
5717
+ "feel": "required",
4306
5718
  "binding": {
4307
- "name": "input.keyAttributes",
4308
- "type": "zeebe:input"
5719
+ "type": "zeebe:input",
5720
+ "name": "input.keyAttributes"
4309
5721
  },
4310
- "condition": {
4311
- "allMatch": [
4312
- {
4313
- "property": "input.itemOperation",
4314
- "equals": "updateItem",
4315
- "type": "simple"
4316
- },
4317
- {
4318
- "property": "input.operationGroup",
4319
- "equals": "itemOperation",
4320
- "type": "simple"
4321
- }
4322
- ]
5722
+ "constraints": {
5723
+ "notEmpty": true
4323
5724
  },
4324
- "type": "String"
5725
+ "condition": {
5726
+ "property": "itemOperationType",
5727
+ "oneOf": ["updateItem"]
5728
+ }
4325
5729
  },
4326
5730
  {
4327
- "id": "input.attributeAction",
4328
5731
  "label": "Attribute action",
4329
5732
  "description": "Specifies how to perform the update",
4330
- "optional": false,
4331
- "constraints": {
4332
- "notEmpty": true
4333
- },
4334
5733
  "group": "input",
4335
- "binding": {
4336
- "name": "input.attributeAction",
4337
- "type": "zeebe:input"
4338
- },
4339
- "condition": {
4340
- "allMatch": [
4341
- {
4342
- "property": "input.itemOperation",
4343
- "equals": "updateItem",
4344
- "type": "simple"
4345
- },
4346
- {
4347
- "property": "input.operationGroup",
4348
- "equals": "itemOperation",
4349
- "type": "simple"
4350
- }
4351
- ]
4352
- },
4353
5734
  "type": "Dropdown",
5735
+ "optional": false,
4354
5736
  "choices": [
4355
5737
  {
4356
5738
  "name": "PUT",
@@ -4360,102 +5742,64 @@
4360
5742
  "name": "DELETE",
4361
5743
  "value": "delete"
4362
5744
  }
4363
- ]
4364
- },
4365
- {
4366
- "id": "version",
4367
- "label": "Version",
4368
- "description": "Version of the element template",
4369
- "value": "8",
4370
- "group": "connector",
5745
+ ],
4371
5746
  "binding": {
4372
- "key": "elementTemplateVersion",
4373
- "type": "zeebe:taskHeader"
5747
+ "type": "zeebe:input",
5748
+ "name": "input.attributeAction"
4374
5749
  },
4375
- "type": "Hidden"
4376
- },
4377
- {
4378
- "id": "id",
4379
- "label": "ID",
4380
- "description": "ID of the element template",
4381
- "value": "io.camunda.connectors.AWSDynamoDB.v1",
4382
- "group": "connector",
4383
- "binding": {
4384
- "key": "elementTemplateId",
4385
- "type": "zeebe:taskHeader"
5750
+ "constraints": {
5751
+ "notEmpty": true
4386
5752
  },
4387
- "type": "Hidden"
5753
+ "condition": {
5754
+ "property": "itemOperationType",
5755
+ "oneOf": ["updateItem"]
5756
+ }
4388
5757
  },
4389
5758
  {
4390
- "id": "resultVariable",
4391
5759
  "label": "Result variable",
4392
- "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>.",
5760
+ "description": "Enter 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>",
4393
5761
  "group": "output",
5762
+ "type": "String",
4394
5763
  "binding": {
4395
- "key": "resultVariable",
4396
- "type": "zeebe:taskHeader"
4397
- },
4398
- "type": "String"
5764
+ "type": "zeebe:taskHeader",
5765
+ "key": "resultVariable"
5766
+ }
4399
5767
  },
4400
5768
  {
4401
- "id": "resultExpression",
4402
5769
  "label": "Result expression",
4403
- "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>.",
4404
- "feel": "required",
5770
+ "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>",
4405
5771
  "group": "output",
5772
+ "type": "Text",
5773
+ "feel": "required",
4406
5774
  "binding": {
4407
- "key": "resultExpression",
4408
- "type": "zeebe:taskHeader"
4409
- },
4410
- "type": "Text"
5775
+ "type": "zeebe:taskHeader",
5776
+ "key": "resultExpression"
5777
+ }
4411
5778
  },
4412
5779
  {
4413
- "id": "errorExpression",
4414
5780
  "label": "Error expression",
4415
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
5781
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
5782
+ "group": "errors",
5783
+ "type": "Text",
4416
5784
  "feel": "required",
4417
- "group": "error",
4418
- "binding": {
4419
- "key": "errorExpression",
4420
- "type": "zeebe:taskHeader"
4421
- },
4422
- "type": "Text"
4423
- },
4424
- {
4425
- "id": "retryCount",
4426
- "label": "Retries",
4427
- "description": "Number of retries",
4428
- "value": "3",
4429
- "feel": "optional",
4430
- "group": "retries",
4431
- "binding": {
4432
- "property": "retries",
4433
- "type": "zeebe:taskDefinition"
4434
- },
4435
- "type": "String"
4436
- },
4437
- {
4438
- "id": "retryBackoff",
4439
- "label": "Retry backoff",
4440
- "description": "ISO-8601 duration to wait between retries",
4441
- "value": "PT0S",
4442
- "group": "retries",
4443
5785
  "binding": {
4444
- "key": "retryBackoff",
4445
- "type": "zeebe:taskHeader"
4446
- },
4447
- "type": "String"
5786
+ "type": "zeebe:taskHeader",
5787
+ "key": "errorExpression"
5788
+ }
4448
5789
  }
4449
5790
  ],
4450
5791
  "icon": {
4451
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
5792
+ "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"
5793
+ },
5794
+ "engines": {
5795
+ "camunda": "^8.2"
4452
5796
  }
4453
5797
  },
4454
5798
  {
4455
5799
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4456
- "name": "AWS DynamoDB",
5800
+ "name": "AWS DynamoDB Outbound Connector",
4457
5801
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
4458
- "version": 3,
5802
+ "version": 5,
4459
5803
  "description": "Work with tables and items using AWS DynamoDB service",
4460
5804
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
4461
5805
  "category": {
@@ -4584,7 +5928,7 @@
4584
5928
  },
4585
5929
  {
4586
5930
  "label": "Access key",
4587
- "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>",
5931
+ "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>",
4588
5932
  "group": "authentication",
4589
5933
  "type": "String",
4590
5934
  "feel": "optional",
@@ -4599,7 +5943,7 @@
4599
5943
  },
4600
5944
  {
4601
5945
  "label": "Secret key",
4602
- "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>",
5946
+ "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>",
4603
5947
  "group": "authentication",
4604
5948
  "type": "String",
4605
5949
  "feel": "optional",
@@ -4667,7 +6011,7 @@
4667
6011
  },
4668
6012
  {
4669
6013
  "label": "Partition key",
4670
- "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>",
6014
+ "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>",
4671
6015
  "group": "input",
4672
6016
  "type": "String",
4673
6017
  "feel": "optional",
@@ -4685,7 +6029,7 @@
4685
6029
  },
4686
6030
  {
4687
6031
  "label": "Partition key role",
4688
- "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>",
6032
+ "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>",
4689
6033
  "group": "input",
4690
6034
  "type": "Dropdown",
4691
6035
  "optional": false,
@@ -4745,7 +6089,7 @@
4745
6089
  },
4746
6090
  {
4747
6091
  "label": "Sort key",
4748
- "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>",
6092
+ "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>",
4749
6093
  "group": "input",
4750
6094
  "type": "String",
4751
6095
  "feel": "optional",
@@ -4824,7 +6168,7 @@
4824
6168
  },
4825
6169
  {
4826
6170
  "label": "Read capacity units",
4827
- "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>",
6171
+ "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>",
4828
6172
  "group": "input",
4829
6173
  "type": "String",
4830
6174
  "feel": "optional",
@@ -4836,7 +6180,7 @@
4836
6180
  "constraints": {
4837
6181
  "notEmpty": false,
4838
6182
  "pattern": {
4839
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
6183
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4840
6184
  "message": "Must be a number"
4841
6185
  }
4842
6186
  },
@@ -4847,7 +6191,7 @@
4847
6191
  },
4848
6192
  {
4849
6193
  "label": "Write capacity units",
4850
- "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>",
6194
+ "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>",
4851
6195
  "group": "input",
4852
6196
  "type": "String",
4853
6197
  "feel": "optional",
@@ -4859,7 +6203,7 @@
4859
6203
  "constraints": {
4860
6204
  "notEmpty": false,
4861
6205
  "pattern": {
4862
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
6206
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4863
6207
  "message": "Must be a number"
4864
6208
  }
4865
6209
  },
@@ -4870,7 +6214,7 @@
4870
6214
  },
4871
6215
  {
4872
6216
  "label": "Billing mode",
4873
- "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>",
6217
+ "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>",
4874
6218
  "group": "input",
4875
6219
  "type": "Dropdown",
4876
6220
  "optional": true,
@@ -4927,7 +6271,7 @@
4927
6271
  },
4928
6272
  {
4929
6273
  "label": "Filter expression",
4930
- "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>",
6274
+ "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>",
4931
6275
  "group": "input",
4932
6276
  "type": "String",
4933
6277
  "feel": "optional",
@@ -4965,7 +6309,7 @@
4965
6309
  },
4966
6310
  {
4967
6311
  "label": "Expression attribute names",
4968
- "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>",
6312
+ "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>",
4969
6313
  "group": "input",
4970
6314
  "type": "String",
4971
6315
  "feel": "required",
@@ -4984,7 +6328,7 @@
4984
6328
  },
4985
6329
  {
4986
6330
  "label": "Expression attribute values",
4987
- "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>",
6331
+ "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>",
4988
6332
  "group": "input",
4989
6333
  "type": "String",
4990
6334
  "feel": "required",
@@ -5039,7 +6383,7 @@
5039
6383
  },
5040
6384
  {
5041
6385
  "label": "Key attributes",
5042
- "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>",
6386
+ "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>",
5043
6387
  "group": "input",
5044
6388
  "type": "String",
5045
6389
  "feel": "required",
@@ -5120,7 +6464,7 @@
5120
6464
  "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"
5121
6465
  },
5122
6466
  "engines": {
5123
- "camunda": "^8.2"
6467
+ "camunda": "^8.4"
5124
6468
  }
5125
6469
  },
5126
6470
  {
@@ -5848,7 +7192,7 @@
5848
7192
  "database"
5849
7193
  ],
5850
7194
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
5851
- "version": 9,
7195
+ "version": 10,
5852
7196
  "category": {
5853
7197
  "id": "connectors",
5854
7198
  "name": "Connectors"
@@ -6014,7 +7358,6 @@
6014
7358
  {
6015
7359
  "id": "authentication.accessKey",
6016
7360
  "label": "Access key",
6017
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
6018
7361
  "optional": false,
6019
7362
  "constraints": {
6020
7363
  "notEmpty": true
@@ -6030,12 +7373,13 @@
6030
7373
  "equals": "credentials",
6031
7374
  "type": "simple"
6032
7375
  },
6033
- "type": "String"
7376
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
7377
+ "type": "String",
7378
+ "secret": true
6034
7379
  },
6035
7380
  {
6036
7381
  "id": "authentication.secretKey",
6037
7382
  "label": "Secret key",
6038
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
6039
7383
  "optional": false,
6040
7384
  "constraints": {
6041
7385
  "notEmpty": true
@@ -6051,12 +7395,26 @@
6051
7395
  "equals": "credentials",
6052
7396
  "type": "simple"
6053
7397
  },
6054
- "type": "String"
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"
6055
7414
  },
6056
7415
  {
6057
7416
  "id": "configuration.region",
6058
7417
  "label": "Region",
6059
- "description": "Specify the AWS region",
6060
7418
  "optional": false,
6061
7419
  "constraints": {
6062
7420
  "notEmpty": true
@@ -6084,7 +7442,6 @@
6084
7442
  {
6085
7443
  "id": "input.createTable.tableName",
6086
7444
  "label": "Table name",
6087
- "description": "Name of DynamoDB table",
6088
7445
  "optional": false,
6089
7446
  "constraints": {
6090
7447
  "notEmpty": true
@@ -6114,7 +7471,6 @@
6114
7471
  {
6115
7472
  "id": "input.partitionKey",
6116
7473
  "label": "Partition key",
6117
- "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>",
6118
7474
  "optional": false,
6119
7475
  "constraints": {
6120
7476
  "notEmpty": true
@@ -6139,12 +7495,12 @@
6139
7495
  }
6140
7496
  ]
6141
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>",
6142
7499
  "type": "String"
6143
7500
  },
6144
7501
  {
6145
7502
  "id": "input.partitionKeyRole",
6146
7503
  "label": "Partition key role",
6147
- "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>",
6148
7504
  "optional": false,
6149
7505
  "constraints": {
6150
7506
  "notEmpty": true
@@ -6168,6 +7524,7 @@
6168
7524
  }
6169
7525
  ]
6170
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>",
6171
7528
  "type": "Dropdown",
6172
7529
  "choices": [
6173
7530
  {
@@ -6183,7 +7540,6 @@
6183
7540
  {
6184
7541
  "id": "input.partitionKeyType",
6185
7542
  "label": "Partition key attribute data type",
6186
- "description": "Represents the data for an attribute",
6187
7543
  "optional": false,
6188
7544
  "constraints": {
6189
7545
  "notEmpty": true
@@ -6207,6 +7563,7 @@
6207
7563
  }
6208
7564
  ]
6209
7565
  },
7566
+ "tooltip": "S = String, N = Number, B = Binary",
6210
7567
  "type": "Dropdown",
6211
7568
  "choices": [
6212
7569
  {
@@ -6226,7 +7583,6 @@
6226
7583
  {
6227
7584
  "id": "input.sortKey",
6228
7585
  "label": "Sort key",
6229
- "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>",
6230
7586
  "optional": true,
6231
7587
  "feel": "optional",
6232
7588
  "group": "input",
@@ -6248,12 +7604,12 @@
6248
7604
  }
6249
7605
  ]
6250
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>",
6251
7608
  "type": "String"
6252
7609
  },
6253
7610
  {
6254
7611
  "id": "input.sortKeyRole",
6255
7612
  "label": "Sort key role",
6256
- "description": "The role that this key attribute will assume",
6257
7613
  "optional": true,
6258
7614
  "group": "input",
6259
7615
  "binding": {
@@ -6274,6 +7630,7 @@
6274
7630
  }
6275
7631
  ]
6276
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>",
6277
7634
  "type": "Dropdown",
6278
7635
  "choices": [
6279
7636
  {
@@ -6289,7 +7646,6 @@
6289
7646
  {
6290
7647
  "id": "input.sortKeyType",
6291
7648
  "label": "Sort key attribute data type",
6292
- "description": "Represents the data for an attribute",
6293
7649
  "optional": true,
6294
7650
  "group": "input",
6295
7651
  "binding": {
@@ -6310,6 +7666,7 @@
6310
7666
  }
6311
7667
  ]
6312
7668
  },
7669
+ "tooltip": "S = String, N = Number, B = Binary",
6313
7670
  "type": "Dropdown",
6314
7671
  "choices": [
6315
7672
  {
@@ -6329,7 +7686,6 @@
6329
7686
  {
6330
7687
  "id": "input.readCapacityUnits",
6331
7688
  "label": "Read capacity units",
6332
- "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>",
6333
7689
  "optional": false,
6334
7690
  "constraints": {
6335
7691
  "notEmpty": true
@@ -6354,12 +7710,12 @@
6354
7710
  }
6355
7711
  ]
6356
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>",
6357
7714
  "type": "Number"
6358
7715
  },
6359
7716
  {
6360
7717
  "id": "input.writeCapacityUnits",
6361
7718
  "label": "Write capacity units",
6362
- "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>",
6363
7719
  "optional": false,
6364
7720
  "constraints": {
6365
7721
  "notEmpty": true
@@ -6384,12 +7740,12 @@
6384
7740
  }
6385
7741
  ]
6386
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>",
6387
7744
  "type": "Number"
6388
7745
  },
6389
7746
  {
6390
7747
  "id": "input.billingModeStr",
6391
7748
  "label": "Billing mode",
6392
- "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>",
6393
7749
  "optional": false,
6394
7750
  "constraints": {
6395
7751
  "notEmpty": true
@@ -6413,6 +7769,7 @@
6413
7769
  }
6414
7770
  ]
6415
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>",
6416
7773
  "type": "Dropdown",
6417
7774
  "choices": [
6418
7775
  {
@@ -6428,7 +7785,6 @@
6428
7785
  {
6429
7786
  "id": "input.deletionProtection",
6430
7787
  "label": "Deletion protection",
6431
- "description": "Prevents accidental table deletion",
6432
7788
  "optional": false,
6433
7789
  "value": "false",
6434
7790
  "constraints": {
@@ -6453,6 +7809,7 @@
6453
7809
  }
6454
7810
  ]
6455
7811
  },
7812
+ "tooltip": "Prevents accidental table deletion",
6456
7813
  "type": "Dropdown",
6457
7814
  "choices": [
6458
7815
  {
@@ -6468,7 +7825,6 @@
6468
7825
  {
6469
7826
  "id": "input.deleteTable.tableName",
6470
7827
  "label": "Table name",
6471
- "description": "Name of DynamoDB table",
6472
7828
  "optional": false,
6473
7829
  "constraints": {
6474
7830
  "notEmpty": true
@@ -6498,7 +7854,6 @@
6498
7854
  {
6499
7855
  "id": "input.describeTable.tableName",
6500
7856
  "label": "Table name",
6501
- "description": "Name of DynamoDB table",
6502
7857
  "optional": false,
6503
7858
  "constraints": {
6504
7859
  "notEmpty": true
@@ -6528,7 +7883,6 @@
6528
7883
  {
6529
7884
  "id": "input.scanTable.tableName",
6530
7885
  "label": "Table name",
6531
- "description": "Name of DynamoDB table",
6532
7886
  "optional": false,
6533
7887
  "constraints": {
6534
7888
  "notEmpty": true
@@ -6558,7 +7912,6 @@
6558
7912
  {
6559
7913
  "id": "input.filterExpression",
6560
7914
  "label": "Filter expression",
6561
- "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>",
6562
7915
  "optional": true,
6563
7916
  "feel": "optional",
6564
7917
  "group": "input",
@@ -6580,12 +7933,12 @@
6580
7933
  }
6581
7934
  ]
6582
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>",
6583
7937
  "type": "String"
6584
7938
  },
6585
7939
  {
6586
7940
  "id": "input.projectionExpression",
6587
7941
  "label": "Projection expression",
6588
- "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
6589
7942
  "optional": true,
6590
7943
  "feel": "optional",
6591
7944
  "group": "input",
@@ -6607,12 +7960,13 @@
6607
7960
  }
6608
7961
  ]
6609
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",
6610
7965
  "type": "String"
6611
7966
  },
6612
7967
  {
6613
7968
  "id": "input.expressionAttributeNames",
6614
7969
  "label": "Expression attribute names",
6615
- "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>",
6616
7970
  "optional": true,
6617
7971
  "feel": "required",
6618
7972
  "group": "input",
@@ -6634,12 +7988,12 @@
6634
7988
  }
6635
7989
  ]
6636
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>",
6637
7992
  "type": "String"
6638
7993
  },
6639
7994
  {
6640
7995
  "id": "input.expressionAttributeValues",
6641
7996
  "label": "Expression attribute values",
6642
- "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>",
6643
7997
  "optional": true,
6644
7998
  "feel": "required",
6645
7999
  "group": "input",
@@ -6661,12 +8015,12 @@
6661
8015
  }
6662
8016
  ]
6663
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>",
6664
8019
  "type": "String"
6665
8020
  },
6666
8021
  {
6667
8022
  "id": "input.addItem.tableName",
6668
8023
  "label": "Table name",
6669
- "description": "Name of DynamoDB table",
6670
8024
  "optional": false,
6671
8025
  "constraints": {
6672
8026
  "notEmpty": true
@@ -6696,7 +8050,6 @@
6696
8050
  {
6697
8051
  "id": "input.item",
6698
8052
  "label": "Item",
6699
- "description": "DynamoDB item (group of attributes)",
6700
8053
  "optional": false,
6701
8054
  "constraints": {
6702
8055
  "notEmpty": true
@@ -6721,12 +8074,12 @@
6721
8074
  }
6722
8075
  ]
6723
8076
  },
8077
+ "tooltip": "DynamoDB item (group of attributes)",
6724
8078
  "type": "String"
6725
8079
  },
6726
8080
  {
6727
8081
  "id": "input.deleteItem.tableName",
6728
8082
  "label": "Table name",
6729
- "description": "Name of DynamoDB table",
6730
8083
  "optional": false,
6731
8084
  "constraints": {
6732
8085
  "notEmpty": true
@@ -6756,7 +8109,6 @@
6756
8109
  {
6757
8110
  "id": "input.deleteItem.primaryKeyComponents",
6758
8111
  "label": "Primary key components",
6759
- "description": "Simple or composite primary key",
6760
8112
  "optional": false,
6761
8113
  "constraints": {
6762
8114
  "notEmpty": true
@@ -6781,12 +8133,12 @@
6781
8133
  }
6782
8134
  ]
6783
8135
  },
8136
+ "tooltip": "Simple or composite primary key",
6784
8137
  "type": "String"
6785
8138
  },
6786
8139
  {
6787
8140
  "id": "input.getItem.tableName",
6788
8141
  "label": "Table name",
6789
- "description": "Name of DynamoDB table",
6790
8142
  "optional": false,
6791
8143
  "constraints": {
6792
8144
  "notEmpty": true
@@ -6816,7 +8168,6 @@
6816
8168
  {
6817
8169
  "id": "input.getItem.primaryKeyComponents",
6818
8170
  "label": "Primary key components",
6819
- "description": "Simple or composite primary key",
6820
8171
  "optional": false,
6821
8172
  "constraints": {
6822
8173
  "notEmpty": true
@@ -6841,12 +8192,12 @@
6841
8192
  }
6842
8193
  ]
6843
8194
  },
8195
+ "tooltip": "Simple or composite primary key",
6844
8196
  "type": "String"
6845
8197
  },
6846
8198
  {
6847
8199
  "id": "input.updateTable.tableName",
6848
8200
  "label": "Table name",
6849
- "description": "Name of DynamoDB table",
6850
8201
  "optional": false,
6851
8202
  "constraints": {
6852
8203
  "notEmpty": true
@@ -6876,7 +8227,6 @@
6876
8227
  {
6877
8228
  "id": "input.updateItem.primaryKeyComponents",
6878
8229
  "label": "Primary key components",
6879
- "description": "Simple or composite primary key",
6880
8230
  "optional": false,
6881
8231
  "constraints": {
6882
8232
  "notEmpty": true
@@ -6901,12 +8251,12 @@
6901
8251
  }
6902
8252
  ]
6903
8253
  },
8254
+ "tooltip": "Simple or composite primary key",
6904
8255
  "type": "String"
6905
8256
  },
6906
8257
  {
6907
8258
  "id": "input.keyAttributes",
6908
8259
  "label": "Key attributes",
6909
- "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>",
6910
8260
  "optional": false,
6911
8261
  "constraints": {
6912
8262
  "notEmpty": true
@@ -6931,12 +8281,12 @@
6931
8281
  }
6932
8282
  ]
6933
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>",
6934
8285
  "type": "String"
6935
8286
  },
6936
8287
  {
6937
8288
  "id": "input.attributeAction",
6938
8289
  "label": "Attribute action",
6939
- "description": "Specifies how to perform the update",
6940
8290
  "optional": false,
6941
8291
  "constraints": {
6942
8292
  "notEmpty": true
@@ -6960,6 +8310,7 @@
6960
8310
  }
6961
8311
  ]
6962
8312
  },
8313
+ "tooltip": "PUT = set the attribute value, DELETE = remove the attribute",
6963
8314
  "type": "Dropdown",
6964
8315
  "choices": [
6965
8316
  {
@@ -6976,7 +8327,7 @@
6976
8327
  "id": "version",
6977
8328
  "label": "Version",
6978
8329
  "description": "Version of the element template",
6979
- "value": "9",
8330
+ "value": "10",
6980
8331
  "group": "connector",
6981
8332
  "binding": {
6982
8333
  "key": "elementTemplateVersion",
@@ -7177,6 +8528,91 @@
7177
8528
  }
7178
8529
  }
7179
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
+ ],
7180
8616
  "icon": {
7181
8617
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
7182
8618
  }