@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
@@ -1,4 +1,523 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Amazon SQS Receive Task Connector",
5
+ "id": "io.camunda.connectors.AWSSQS.receive.v1",
6
+ "description": "Receive messages from Amazon SQS.",
7
+ "keywords": [
8
+ "receive message",
9
+ "receive event",
10
+ "receive message from queue",
11
+ "receive event from queue",
12
+ "event driven",
13
+ "queue",
14
+ "dequeue"
15
+ ],
16
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
17
+ "version": 11,
18
+ "category": {
19
+ "id": "connectors",
20
+ "name": "Connectors"
21
+ },
22
+ "appliesTo": ["bpmn:ReceiveTask"],
23
+ "elementType": {
24
+ "value": "bpmn:ReceiveTask"
25
+ },
26
+ "engines": {
27
+ "camunda": "^8.3"
28
+ },
29
+ "groups": [
30
+ {
31
+ "id": "authentication",
32
+ "label": "Authentication"
33
+ },
34
+ {
35
+ "id": "configuration",
36
+ "label": "Configuration"
37
+ },
38
+ {
39
+ "id": "queueProperties",
40
+ "label": "Queue properties"
41
+ },
42
+ {
43
+ "id": "messagePollingProperties",
44
+ "label": "Message polling properties"
45
+ },
46
+ {
47
+ "id": "input",
48
+ "label": "Use next attribute names for activation condition"
49
+ },
50
+ {
51
+ "id": "activation",
52
+ "label": "Activation"
53
+ },
54
+ {
55
+ "id": "correlation",
56
+ "label": "Correlation",
57
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
58
+ },
59
+ {
60
+ "id": "deduplication",
61
+ "label": "Deduplication",
62
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
63
+ },
64
+ {
65
+ "id": "output",
66
+ "label": "Output mapping"
67
+ }
68
+ ],
69
+ "properties": [
70
+ {
71
+ "value": "io.camunda:aws-sqs-inbound:1",
72
+ "binding": {
73
+ "name": "inbound.type",
74
+ "type": "zeebe:property"
75
+ },
76
+ "type": "Hidden"
77
+ },
78
+ {
79
+ "id": "authentication.type",
80
+ "label": "Authentication",
81
+ "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>",
82
+ "value": "credentials",
83
+ "group": "authentication",
84
+ "binding": {
85
+ "name": "authentication.type",
86
+ "type": "zeebe:property"
87
+ },
88
+ "type": "Dropdown",
89
+ "choices": [
90
+ {
91
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
92
+ "value": "defaultCredentialsChain"
93
+ },
94
+ {
95
+ "name": "Credentials",
96
+ "value": "credentials"
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "id": "authentication.accessKey",
102
+ "label": "Access key",
103
+ "optional": false,
104
+ "constraints": {
105
+ "notEmpty": true
106
+ },
107
+ "group": "authentication",
108
+ "binding": {
109
+ "name": "authentication.accessKey",
110
+ "type": "zeebe:property"
111
+ },
112
+ "condition": {
113
+ "property": "authentication.type",
114
+ "equals": "credentials",
115
+ "type": "simple"
116
+ },
117
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
118
+ "type": "String",
119
+ "secret": true
120
+ },
121
+ {
122
+ "id": "authentication.secretKey",
123
+ "label": "Secret key",
124
+ "optional": false,
125
+ "constraints": {
126
+ "notEmpty": true
127
+ },
128
+ "group": "authentication",
129
+ "binding": {
130
+ "name": "authentication.secretKey",
131
+ "type": "zeebe:property"
132
+ },
133
+ "condition": {
134
+ "property": "authentication.type",
135
+ "equals": "credentials",
136
+ "type": "simple"
137
+ },
138
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
139
+ "type": "String",
140
+ "secret": true
141
+ },
142
+ {
143
+ "id": "awsCredential",
144
+ "label": "AWS credential",
145
+ "description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
146
+ "optional": true,
147
+ "group": "authentication",
148
+ "binding": {
149
+ "name": "awsCredential",
150
+ "type": "zeebe:property"
151
+ },
152
+ "type": "Configuration",
153
+ "configurationTemplate": "io.camunda:aws-credential:1"
154
+ },
155
+ {
156
+ "id": "configuration.region",
157
+ "label": "Region",
158
+ "optional": false,
159
+ "constraints": {
160
+ "notEmpty": true
161
+ },
162
+ "group": "configuration",
163
+ "binding": {
164
+ "name": "configuration.region",
165
+ "type": "zeebe:property"
166
+ },
167
+ "type": "String"
168
+ },
169
+ {
170
+ "id": "configuration.endpoint",
171
+ "label": "Endpoint",
172
+ "description": "Specify endpoint if need to use custom endpoint",
173
+ "optional": true,
174
+ "group": "configuration",
175
+ "binding": {
176
+ "name": "configuration.endpoint",
177
+ "type": "zeebe:property"
178
+ },
179
+ "type": "Hidden"
180
+ },
181
+ {
182
+ "id": "queue.queue.url",
183
+ "label": "Queue URL",
184
+ "optional": false,
185
+ "constraints": {
186
+ "notEmpty": true
187
+ },
188
+ "group": "queueProperties",
189
+ "binding": {
190
+ "name": "queue.url",
191
+ "type": "zeebe:property"
192
+ },
193
+ "tooltip": "URL of the SQS queue to subscribe to.",
194
+ "type": "String"
195
+ },
196
+ {
197
+ "id": "queue.queue.pollingWaitTime",
198
+ "label": "Polling wait time",
199
+ "optional": false,
200
+ "value": "20",
201
+ "constraints": {
202
+ "notEmpty": true,
203
+ "pattern": {
204
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
205
+ }
206
+ },
207
+ "group": "messagePollingProperties",
208
+ "binding": {
209
+ "name": "queue.pollingWaitTime",
210
+ "type": "zeebe:property"
211
+ },
212
+ "tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
213
+ "type": "String"
214
+ },
215
+ {
216
+ "id": "queue.queue.attributeNames",
217
+ "label": "Attribute names",
218
+ "optional": false,
219
+ "feel": "optional",
220
+ "group": "input",
221
+ "binding": {
222
+ "name": "queue.attributeNames",
223
+ "type": "zeebe:property"
224
+ },
225
+ "tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
226
+ "type": "String"
227
+ },
228
+ {
229
+ "id": "queue.queue.messageAttributeNames",
230
+ "label": "Message attribute names",
231
+ "optional": false,
232
+ "feel": "optional",
233
+ "group": "input",
234
+ "binding": {
235
+ "name": "queue.messageAttributeNames",
236
+ "type": "zeebe:property"
237
+ },
238
+ "tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
239
+ "type": "String"
240
+ },
241
+ {
242
+ "id": "activationCondition",
243
+ "label": "Activation condition",
244
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
245
+ "optional": true,
246
+ "feel": "required",
247
+ "group": "activation",
248
+ "binding": {
249
+ "name": "activationCondition",
250
+ "type": "zeebe:property"
251
+ },
252
+ "type": "String"
253
+ },
254
+ {
255
+ "id": "consumeUnmatchedEvents",
256
+ "label": "Consume unmatched events",
257
+ "value": true,
258
+ "group": "activation",
259
+ "binding": {
260
+ "name": "consumeUnmatchedEvents",
261
+ "type": "zeebe:property"
262
+ },
263
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
264
+ "type": "Boolean"
265
+ },
266
+ {
267
+ "id": "correlationKeyProcess",
268
+ "label": "Correlation key (process)",
269
+ "description": "Sets up the correlation key from process variables",
270
+ "constraints": {
271
+ "notEmpty": true
272
+ },
273
+ "feel": "required",
274
+ "group": "correlation",
275
+ "binding": {
276
+ "name": "correlationKey",
277
+ "type": "bpmn:Message#zeebe:subscription#property"
278
+ },
279
+ "type": "String"
280
+ },
281
+ {
282
+ "id": "correlationKeyPayload",
283
+ "label": "Correlation key (payload)",
284
+ "description": "Extracts the correlation key from the incoming message payload",
285
+ "constraints": {
286
+ "notEmpty": true
287
+ },
288
+ "feel": "required",
289
+ "group": "correlation",
290
+ "binding": {
291
+ "name": "correlationKeyExpression",
292
+ "type": "zeebe:property"
293
+ },
294
+ "type": "String"
295
+ },
296
+ {
297
+ "id": "messageIdExpression",
298
+ "label": "Message ID expression",
299
+ "description": "Expression to extract unique identifier of a message",
300
+ "optional": true,
301
+ "feel": "required",
302
+ "group": "correlation",
303
+ "binding": {
304
+ "name": "messageIdExpression",
305
+ "type": "zeebe:property"
306
+ },
307
+ "type": "String"
308
+ },
309
+ {
310
+ "id": "messageTtl",
311
+ "label": "Message TTL",
312
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
313
+ "optional": true,
314
+ "constraints": {
315
+ "notEmpty": false,
316
+ "pattern": {
317
+ "value": "^(PT.*|)$",
318
+ "message": "must be an ISO-8601 duration"
319
+ }
320
+ },
321
+ "feel": "optional",
322
+ "group": "correlation",
323
+ "binding": {
324
+ "name": "messageTtl",
325
+ "type": "zeebe:property"
326
+ },
327
+ "type": "String"
328
+ },
329
+ {
330
+ "id": "messageNameUuid",
331
+ "label": "Message name",
332
+ "generatedValue": {
333
+ "type": "uuid"
334
+ },
335
+ "feel": "optional",
336
+ "group": "correlation",
337
+ "binding": {
338
+ "name": "name",
339
+ "type": "bpmn:Message#property"
340
+ },
341
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
342
+ "type": "String"
343
+ },
344
+ {
345
+ "id": "deduplicationModeManualFlag",
346
+ "label": "Manual mode",
347
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
348
+ "value": false,
349
+ "group": "deduplication",
350
+ "binding": {
351
+ "name": "deduplicationModeManualFlag",
352
+ "type": "zeebe:property"
353
+ },
354
+ "type": "Boolean"
355
+ },
356
+ {
357
+ "id": "deduplicationId",
358
+ "label": "Deduplication ID",
359
+ "constraints": {
360
+ "notEmpty": true,
361
+ "pattern": {
362
+ "value": "^[a-zA-Z0-9_-]+$",
363
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
364
+ }
365
+ },
366
+ "group": "deduplication",
367
+ "binding": {
368
+ "name": "deduplicationId",
369
+ "type": "zeebe:property"
370
+ },
371
+ "condition": {
372
+ "property": "deduplicationModeManualFlag",
373
+ "equals": true,
374
+ "type": "simple"
375
+ },
376
+ "type": "String"
377
+ },
378
+ {
379
+ "id": "deduplicationModeManual",
380
+ "value": "MANUAL",
381
+ "group": "deduplication",
382
+ "binding": {
383
+ "name": "deduplicationMode",
384
+ "type": "zeebe:property"
385
+ },
386
+ "condition": {
387
+ "property": "deduplicationId",
388
+ "isActive": true,
389
+ "type": "simple"
390
+ },
391
+ "type": "Hidden"
392
+ },
393
+ {
394
+ "id": "deduplicationModeAuto",
395
+ "value": "AUTO",
396
+ "group": "deduplication",
397
+ "binding": {
398
+ "name": "deduplicationMode",
399
+ "type": "zeebe:property"
400
+ },
401
+ "condition": {
402
+ "property": "deduplicationId",
403
+ "isActive": false,
404
+ "type": "simple"
405
+ },
406
+ "type": "Hidden"
407
+ },
408
+ {
409
+ "id": "resultVariable",
410
+ "label": "Result variable",
411
+ "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>.",
412
+ "group": "output",
413
+ "binding": {
414
+ "name": "resultVariable",
415
+ "type": "zeebe:property"
416
+ },
417
+ "type": "String"
418
+ },
419
+ {
420
+ "id": "resultExpression",
421
+ "label": "Result expression",
422
+ "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>.",
423
+ "feel": "required",
424
+ "group": "output",
425
+ "binding": {
426
+ "name": "resultExpression",
427
+ "type": "zeebe:property"
428
+ },
429
+ "type": "Text"
430
+ }
431
+ ],
432
+ "configurationTemplates": [
433
+ {
434
+ "id": "io.camunda:aws-credential:1",
435
+ "kind": "CREDENTIAL",
436
+ "version": 1,
437
+ "name": "AWS Credential",
438
+ "properties": [
439
+ {
440
+ "id": "authentication.type",
441
+ "label": "Authentication",
442
+ "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>",
443
+ "value": "credentials",
444
+ "group": "authentication",
445
+ "binding": {
446
+ "name": "authentication.type",
447
+ "type": "property"
448
+ },
449
+ "type": "Dropdown",
450
+ "choices": [
451
+ {
452
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
453
+ "value": "defaultCredentialsChain"
454
+ },
455
+ {
456
+ "name": "Credentials",
457
+ "value": "credentials"
458
+ }
459
+ ]
460
+ },
461
+ {
462
+ "id": "authentication.accessKey",
463
+ "label": "Access key",
464
+ "constraints": {
465
+ "notEmpty": true
466
+ },
467
+ "group": "authentication",
468
+ "binding": {
469
+ "name": "authentication.accessKey",
470
+ "type": "property"
471
+ },
472
+ "condition": {
473
+ "property": "authentication.type",
474
+ "equals": "credentials",
475
+ "type": "simple"
476
+ },
477
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
478
+ "type": "String",
479
+ "secret": true
480
+ },
481
+ {
482
+ "id": "authentication.secretKey",
483
+ "label": "Secret key",
484
+ "constraints": {
485
+ "notEmpty": true
486
+ },
487
+ "group": "authentication",
488
+ "binding": {
489
+ "name": "authentication.secretKey",
490
+ "type": "property"
491
+ },
492
+ "condition": {
493
+ "property": "authentication.type",
494
+ "equals": "credentials",
495
+ "type": "simple"
496
+ },
497
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
498
+ "type": "String",
499
+ "secret": true
500
+ },
501
+ {
502
+ "id": "region",
503
+ "label": "Region",
504
+ "constraints": {
505
+ "notEmpty": true
506
+ },
507
+ "group": "configuration",
508
+ "binding": {
509
+ "name": "region",
510
+ "type": "property"
511
+ },
512
+ "type": "String"
513
+ }
514
+ ]
515
+ }
516
+ ],
517
+ "icon": {
518
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
519
+ }
520
+ },
2
521
  {
3
522
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
523
  "name": "Amazon SQS Receive Task Connector",
@@ -100,7 +619,6 @@
100
619
  {
101
620
  "id": "authentication.accessKey",
102
621
  "label": "Access key",
103
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
104
622
  "optional": false,
105
623
  "constraints": {
106
624
  "notEmpty": true
@@ -115,12 +633,12 @@
115
633
  "equals": "credentials",
116
634
  "type": "simple"
117
635
  },
636
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
118
637
  "type": "String"
119
638
  },
120
639
  {
121
640
  "id": "authentication.secretKey",
122
641
  "label": "Secret key",
123
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
124
642
  "optional": false,
125
643
  "constraints": {
126
644
  "notEmpty": true
@@ -135,12 +653,12 @@
135
653
  "equals": "credentials",
136
654
  "type": "simple"
137
655
  },
656
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
138
657
  "type": "String"
139
658
  },
140
659
  {
141
660
  "id": "configuration.region",
142
661
  "label": "Region",
143
- "description": "Specify the AWS region",
144
662
  "optional": false,
145
663
  "constraints": {
146
664
  "notEmpty": true
@@ -167,7 +685,6 @@
167
685
  {
168
686
  "id": "queue.queue.url",
169
687
  "label": "Queue URL",
170
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
171
688
  "optional": false,
172
689
  "constraints": {
173
690
  "notEmpty": true
@@ -177,12 +694,12 @@
177
694
  "name": "queue.url",
178
695
  "type": "zeebe:property"
179
696
  },
697
+ "tooltip": "URL of the SQS queue to subscribe to.",
180
698
  "type": "String"
181
699
  },
182
700
  {
183
701
  "id": "queue.queue.pollingWaitTime",
184
702
  "label": "Polling wait time",
185
- "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details. A value of 0 will automatically be overridden to 1",
186
703
  "optional": false,
187
704
  "value": "20",
188
705
  "constraints": {
@@ -196,12 +713,12 @@
196
713
  "name": "queue.pollingWaitTime",
197
714
  "type": "zeebe:property"
198
715
  },
716
+ "tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
199
717
  "type": "String"
200
718
  },
201
719
  {
202
720
  "id": "queue.queue.attributeNames",
203
721
  "label": "Attribute names",
204
- "description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
205
722
  "optional": false,
206
723
  "feel": "optional",
207
724
  "group": "input",
@@ -209,12 +726,12 @@
209
726
  "name": "queue.attributeNames",
210
727
  "type": "zeebe:property"
211
728
  },
729
+ "tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
212
730
  "type": "String"
213
731
  },
214
732
  {
215
733
  "id": "queue.queue.messageAttributeNames",
216
734
  "label": "Message attribute names",
217
- "description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
218
735
  "optional": false,
219
736
  "feel": "optional",
220
737
  "group": "input",
@@ -222,6 +739,7 @@
222
739
  "name": "queue.messageAttributeNames",
223
740
  "type": "zeebe:property"
224
741
  },
742
+ "tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
225
743
  "type": "String"
226
744
  },
227
745
  {