@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -1,9 +1,9 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "AWS DynamoDB Outbound Connector",
4
+ "name": "AWS DynamoDB",
5
5
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
6
- "version": 5,
6
+ "version": 3,
7
7
  "description": "Work with tables and items using AWS DynamoDB service",
8
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
9
9
  "category": {
@@ -132,7 +132,7 @@
132
132
  },
133
133
  {
134
134
  "label": "Access key",
135
- "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>",
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
136
  "group": "authentication",
137
137
  "type": "String",
138
138
  "feel": "optional",
@@ -147,7 +147,7 @@
147
147
  },
148
148
  {
149
149
  "label": "Secret key",
150
- "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>",
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
151
  "group": "authentication",
152
152
  "type": "String",
153
153
  "feel": "optional",
@@ -215,7 +215,7 @@
215
215
  },
216
216
  {
217
217
  "label": "Partition key",
218
- "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>",
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
219
  "group": "input",
220
220
  "type": "String",
221
221
  "feel": "optional",
@@ -233,7 +233,7 @@
233
233
  },
234
234
  {
235
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/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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>",
237
237
  "group": "input",
238
238
  "type": "Dropdown",
239
239
  "optional": false,
@@ -293,7 +293,7 @@
293
293
  },
294
294
  {
295
295
  "label": "Sort key",
296
- "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>",
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
297
  "group": "input",
298
298
  "type": "String",
299
299
  "feel": "optional",
@@ -372,7 +372,7 @@
372
372
  },
373
373
  {
374
374
  "label": "Read capacity units",
375
- "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>",
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>",
376
376
  "group": "input",
377
377
  "type": "String",
378
378
  "feel": "optional",
@@ -384,7 +384,7 @@
384
384
  "constraints": {
385
385
  "notEmpty": false,
386
386
  "pattern": {
387
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
387
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
388
388
  "message": "Must be a number"
389
389
  }
390
390
  },
@@ -395,7 +395,7 @@
395
395
  },
396
396
  {
397
397
  "label": "Write capacity units",
398
- "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>",
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>",
399
399
  "group": "input",
400
400
  "type": "String",
401
401
  "feel": "optional",
@@ -407,7 +407,7 @@
407
407
  "constraints": {
408
408
  "notEmpty": false,
409
409
  "pattern": {
410
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
410
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
411
411
  "message": "Must be a number"
412
412
  }
413
413
  },
@@ -418,7 +418,7 @@
418
418
  },
419
419
  {
420
420
  "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/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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>",
422
422
  "group": "input",
423
423
  "type": "Dropdown",
424
424
  "optional": true,
@@ -475,7 +475,7 @@
475
475
  },
476
476
  {
477
477
  "label": "Filter expression",
478
- "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>",
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
479
  "group": "input",
480
480
  "type": "String",
481
481
  "feel": "optional",
@@ -513,7 +513,7 @@
513
513
  },
514
514
  {
515
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/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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>",
517
517
  "group": "input",
518
518
  "type": "String",
519
519
  "feel": "required",
@@ -532,7 +532,7 @@
532
532
  },
533
533
  {
534
534
  "label": "Expression attribute values",
535
- "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>",
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
536
  "group": "input",
537
537
  "type": "String",
538
538
  "feel": "required",
@@ -587,7 +587,7 @@
587
587
  },
588
588
  {
589
589
  "label": "Key attributes",
590
- "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>",
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
591
  "group": "input",
592
592
  "type": "String",
593
593
  "feel": "required",
@@ -668,14 +668,14 @@
668
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"
669
669
  },
670
670
  "engines": {
671
- "camunda": "^8.4"
671
+ "camunda": "^8.2"
672
672
  }
673
673
  },
674
674
  {
675
675
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
676
676
  "name": "AWS DynamoDB Outbound Connector",
677
677
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
678
- "version": 6,
678
+ "version": 4,
679
679
  "description": "Work with tables and items using AWS DynamoDB service",
680
680
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
681
681
  "category": {
@@ -802,35 +802,9 @@
802
802
  "equals": "item"
803
803
  }
804
804
  },
805
- {
806
- "id": "authenticationType",
807
- "label": "Authentication",
808
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
809
- "group": "authentication",
810
- "type": "Dropdown",
811
- "optional": false,
812
- "value": "credentials",
813
- "choices": [
814
- {
815
- "name": "Credentials",
816
- "value": "credentials"
817
- },
818
- {
819
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
820
- "value": "defaultCredentialsChain"
821
- }
822
- ],
823
- "binding": {
824
- "type": "zeebe:input",
825
- "name": "authentication.type"
826
- },
827
- "constraints": {
828
- "notEmpty": true
829
- }
830
- },
831
805
  {
832
806
  "label": "Access key",
833
- "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>",
807
+ "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>",
834
808
  "group": "authentication",
835
809
  "type": "String",
836
810
  "feel": "optional",
@@ -841,15 +815,11 @@
841
815
  },
842
816
  "constraints": {
843
817
  "notEmpty": true
844
- },
845
- "condition": {
846
- "property": "authenticationType",
847
- "equals": "credentials"
848
818
  }
849
819
  },
850
820
  {
851
821
  "label": "Secret key",
852
- "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>",
822
+ "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>",
853
823
  "group": "authentication",
854
824
  "type": "String",
855
825
  "feel": "optional",
@@ -860,10 +830,6 @@
860
830
  },
861
831
  "constraints": {
862
832
  "notEmpty": true
863
- },
864
- "condition": {
865
- "property": "authenticationType",
866
- "equals": "credentials"
867
833
  }
868
834
  },
869
835
  {
@@ -921,7 +887,7 @@
921
887
  },
922
888
  {
923
889
  "label": "Partition key",
924
- "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>",
890
+ "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>",
925
891
  "group": "input",
926
892
  "type": "String",
927
893
  "feel": "optional",
@@ -939,7 +905,7 @@
939
905
  },
940
906
  {
941
907
  "label": "Partition key role",
942
- "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>",
908
+ "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>",
943
909
  "group": "input",
944
910
  "type": "Dropdown",
945
911
  "optional": false,
@@ -999,7 +965,7 @@
999
965
  },
1000
966
  {
1001
967
  "label": "Sort key",
1002
- "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>",
968
+ "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>",
1003
969
  "group": "input",
1004
970
  "type": "String",
1005
971
  "feel": "optional",
@@ -1078,7 +1044,7 @@
1078
1044
  },
1079
1045
  {
1080
1046
  "label": "Read capacity units",
1081
- "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>",
1047
+ "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>",
1082
1048
  "group": "input",
1083
1049
  "type": "String",
1084
1050
  "feel": "optional",
@@ -1101,7 +1067,7 @@
1101
1067
  },
1102
1068
  {
1103
1069
  "label": "Write capacity units",
1104
- "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>",
1070
+ "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>",
1105
1071
  "group": "input",
1106
1072
  "type": "String",
1107
1073
  "feel": "optional",
@@ -1124,7 +1090,7 @@
1124
1090
  },
1125
1091
  {
1126
1092
  "label": "Billing mode",
1127
- "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>",
1093
+ "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>",
1128
1094
  "group": "input",
1129
1095
  "type": "Dropdown",
1130
1096
  "optional": true,
@@ -1181,7 +1147,7 @@
1181
1147
  },
1182
1148
  {
1183
1149
  "label": "Filter expression",
1184
- "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>",
1150
+ "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>",
1185
1151
  "group": "input",
1186
1152
  "type": "String",
1187
1153
  "feel": "optional",
@@ -1219,7 +1185,7 @@
1219
1185
  },
1220
1186
  {
1221
1187
  "label": "Expression attribute names",
1222
- "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>",
1188
+ "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>",
1223
1189
  "group": "input",
1224
1190
  "type": "String",
1225
1191
  "feel": "required",
@@ -1238,7 +1204,7 @@
1238
1204
  },
1239
1205
  {
1240
1206
  "label": "Expression attribute values",
1241
- "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>",
1207
+ "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>",
1242
1208
  "group": "input",
1243
1209
  "type": "String",
1244
1210
  "feel": "required",
@@ -1293,7 +1259,7 @@
1293
1259
  },
1294
1260
  {
1295
1261
  "label": "Key attributes",
1296
- "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>",
1262
+ "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>",
1297
1263
  "group": "input",
1298
1264
  "type": "String",
1299
1265
  "feel": "required",
@@ -1374,14 +1340,14 @@
1374
1340
  "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"
1375
1341
  },
1376
1342
  "engines": {
1377
- "camunda": "^8.4"
1343
+ "camunda": "^8.2"
1378
1344
  }
1379
1345
  },
1380
1346
  {
1381
1347
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1382
- "name": "AWS DynamoDB",
1348
+ "name": "AWS DynamoDB Outbound Connector",
1383
1349
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
1384
- "version": 2,
1350
+ "version": 6,
1385
1351
  "description": "Work with tables and items using AWS DynamoDB service",
1386
1352
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
1387
1353
  "category": {
@@ -1508,9 +1474,35 @@
1508
1474
  "equals": "item"
1509
1475
  }
1510
1476
  },
1477
+ {
1478
+ "id": "authenticationType",
1479
+ "label": "Authentication",
1480
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
1481
+ "group": "authentication",
1482
+ "type": "Dropdown",
1483
+ "optional": false,
1484
+ "value": "credentials",
1485
+ "choices": [
1486
+ {
1487
+ "name": "Credentials",
1488
+ "value": "credentials"
1489
+ },
1490
+ {
1491
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1492
+ "value": "defaultCredentialsChain"
1493
+ }
1494
+ ],
1495
+ "binding": {
1496
+ "type": "zeebe:input",
1497
+ "name": "authentication.type"
1498
+ },
1499
+ "constraints": {
1500
+ "notEmpty": true
1501
+ }
1502
+ },
1511
1503
  {
1512
1504
  "label": "Access key",
1513
- "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>",
1505
+ "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>",
1514
1506
  "group": "authentication",
1515
1507
  "type": "String",
1516
1508
  "feel": "optional",
@@ -1521,11 +1513,15 @@
1521
1513
  },
1522
1514
  "constraints": {
1523
1515
  "notEmpty": true
1516
+ },
1517
+ "condition": {
1518
+ "property": "authenticationType",
1519
+ "equals": "credentials"
1524
1520
  }
1525
1521
  },
1526
1522
  {
1527
1523
  "label": "Secret key",
1528
- "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>",
1524
+ "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>",
1529
1525
  "group": "authentication",
1530
1526
  "type": "String",
1531
1527
  "feel": "optional",
@@ -1536,6 +1532,10 @@
1536
1532
  },
1537
1533
  "constraints": {
1538
1534
  "notEmpty": true
1535
+ },
1536
+ "condition": {
1537
+ "property": "authenticationType",
1538
+ "equals": "credentials"
1539
1539
  }
1540
1540
  },
1541
1541
  {
@@ -1593,7 +1593,7 @@
1593
1593
  },
1594
1594
  {
1595
1595
  "label": "Partition key",
1596
- "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>",
1596
+ "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>",
1597
1597
  "group": "input",
1598
1598
  "type": "String",
1599
1599
  "feel": "optional",
@@ -1611,7 +1611,7 @@
1611
1611
  },
1612
1612
  {
1613
1613
  "label": "Partition key role",
1614
- "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>",
1614
+ "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>",
1615
1615
  "group": "input",
1616
1616
  "type": "Dropdown",
1617
1617
  "optional": false,
@@ -1671,7 +1671,7 @@
1671
1671
  },
1672
1672
  {
1673
1673
  "label": "Sort key",
1674
- "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>",
1674
+ "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>",
1675
1675
  "group": "input",
1676
1676
  "type": "String",
1677
1677
  "feel": "optional",
@@ -1750,7 +1750,7 @@
1750
1750
  },
1751
1751
  {
1752
1752
  "label": "Read capacity units",
1753
- "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>",
1753
+ "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>",
1754
1754
  "group": "input",
1755
1755
  "type": "String",
1756
1756
  "feel": "optional",
@@ -1762,8 +1762,8 @@
1762
1762
  "constraints": {
1763
1763
  "notEmpty": false,
1764
1764
  "pattern": {
1765
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
1766
- "message": "Must be a number."
1765
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1766
+ "message": "Must be a number"
1767
1767
  }
1768
1768
  },
1769
1769
  "condition": {
@@ -1773,7 +1773,7 @@
1773
1773
  },
1774
1774
  {
1775
1775
  "label": "Write capacity units",
1776
- "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>",
1776
+ "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>",
1777
1777
  "group": "input",
1778
1778
  "type": "String",
1779
1779
  "feel": "optional",
@@ -1785,8 +1785,8 @@
1785
1785
  "constraints": {
1786
1786
  "notEmpty": false,
1787
1787
  "pattern": {
1788
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
1789
- "message": "Must be a number."
1788
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1789
+ "message": "Must be a number"
1790
1790
  }
1791
1791
  },
1792
1792
  "condition": {
@@ -1796,7 +1796,7 @@
1796
1796
  },
1797
1797
  {
1798
1798
  "label": "Billing mode",
1799
- "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>",
1799
+ "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>",
1800
1800
  "group": "input",
1801
1801
  "type": "Dropdown",
1802
1802
  "optional": true,
@@ -1853,7 +1853,7 @@
1853
1853
  },
1854
1854
  {
1855
1855
  "label": "Filter expression",
1856
- "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>",
1856
+ "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>",
1857
1857
  "group": "input",
1858
1858
  "type": "String",
1859
1859
  "feel": "optional",
@@ -1891,7 +1891,7 @@
1891
1891
  },
1892
1892
  {
1893
1893
  "label": "Expression attribute names",
1894
- "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>",
1894
+ "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>",
1895
1895
  "group": "input",
1896
1896
  "type": "String",
1897
1897
  "feel": "required",
@@ -1910,7 +1910,7 @@
1910
1910
  },
1911
1911
  {
1912
1912
  "label": "Expression attribute values",
1913
- "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>",
1913
+ "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>",
1914
1914
  "group": "input",
1915
1915
  "type": "String",
1916
1916
  "feel": "required",
@@ -1965,7 +1965,7 @@
1965
1965
  },
1966
1966
  {
1967
1967
  "label": "Key attributes",
1968
- "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>",
1968
+ "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>",
1969
1969
  "group": "input",
1970
1970
  "type": "String",
1971
1971
  "feel": "required",
@@ -2046,14 +2046,14 @@
2046
2046
  "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"
2047
2047
  },
2048
2048
  "engines": {
2049
- "camunda": "^8.2"
2049
+ "camunda": "^8.4"
2050
2050
  }
2051
2051
  },
2052
2052
  {
2053
2053
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2054
- "name": "AWS DynamoDB",
2054
+ "name": "AWS DynamoDB Outbound Connector",
2055
2055
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
2056
- "version": 3,
2056
+ "version": 5,
2057
2057
  "description": "Work with tables and items using AWS DynamoDB service",
2058
2058
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
2059
2059
  "category": {
@@ -2182,7 +2182,7 @@
2182
2182
  },
2183
2183
  {
2184
2184
  "label": "Access key",
2185
- "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>",
2185
+ "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>",
2186
2186
  "group": "authentication",
2187
2187
  "type": "String",
2188
2188
  "feel": "optional",
@@ -2197,7 +2197,7 @@
2197
2197
  },
2198
2198
  {
2199
2199
  "label": "Secret key",
2200
- "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>",
2200
+ "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>",
2201
2201
  "group": "authentication",
2202
2202
  "type": "String",
2203
2203
  "feel": "optional",
@@ -2265,7 +2265,7 @@
2265
2265
  },
2266
2266
  {
2267
2267
  "label": "Partition key",
2268
- "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>",
2268
+ "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>",
2269
2269
  "group": "input",
2270
2270
  "type": "String",
2271
2271
  "feel": "optional",
@@ -2283,7 +2283,7 @@
2283
2283
  },
2284
2284
  {
2285
2285
  "label": "Partition key role",
2286
- "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>",
2286
+ "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>",
2287
2287
  "group": "input",
2288
2288
  "type": "Dropdown",
2289
2289
  "optional": false,
@@ -2343,7 +2343,7 @@
2343
2343
  },
2344
2344
  {
2345
2345
  "label": "Sort key",
2346
- "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>",
2346
+ "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>",
2347
2347
  "group": "input",
2348
2348
  "type": "String",
2349
2349
  "feel": "optional",
@@ -2422,7 +2422,7 @@
2422
2422
  },
2423
2423
  {
2424
2424
  "label": "Read capacity units",
2425
- "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>",
2425
+ "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>",
2426
2426
  "group": "input",
2427
2427
  "type": "String",
2428
2428
  "feel": "optional",
@@ -2434,7 +2434,7 @@
2434
2434
  "constraints": {
2435
2435
  "notEmpty": false,
2436
2436
  "pattern": {
2437
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2437
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2438
2438
  "message": "Must be a number"
2439
2439
  }
2440
2440
  },
@@ -2445,7 +2445,7 @@
2445
2445
  },
2446
2446
  {
2447
2447
  "label": "Write capacity units",
2448
- "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>",
2448
+ "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>",
2449
2449
  "group": "input",
2450
2450
  "type": "String",
2451
2451
  "feel": "optional",
@@ -2457,7 +2457,7 @@
2457
2457
  "constraints": {
2458
2458
  "notEmpty": false,
2459
2459
  "pattern": {
2460
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2460
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2461
2461
  "message": "Must be a number"
2462
2462
  }
2463
2463
  },
@@ -2468,7 +2468,7 @@
2468
2468
  },
2469
2469
  {
2470
2470
  "label": "Billing mode",
2471
- "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>",
2471
+ "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>",
2472
2472
  "group": "input",
2473
2473
  "type": "Dropdown",
2474
2474
  "optional": true,
@@ -2525,7 +2525,7 @@
2525
2525
  },
2526
2526
  {
2527
2527
  "label": "Filter expression",
2528
- "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>",
2528
+ "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>",
2529
2529
  "group": "input",
2530
2530
  "type": "String",
2531
2531
  "feel": "optional",
@@ -2563,7 +2563,7 @@
2563
2563
  },
2564
2564
  {
2565
2565
  "label": "Expression attribute names",
2566
- "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>",
2566
+ "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>",
2567
2567
  "group": "input",
2568
2568
  "type": "String",
2569
2569
  "feel": "required",
@@ -2582,7 +2582,7 @@
2582
2582
  },
2583
2583
  {
2584
2584
  "label": "Expression attribute values",
2585
- "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>",
2585
+ "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>",
2586
2586
  "group": "input",
2587
2587
  "type": "String",
2588
2588
  "feel": "required",
@@ -2637,7 +2637,7 @@
2637
2637
  },
2638
2638
  {
2639
2639
  "label": "Key attributes",
2640
- "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>",
2640
+ "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>",
2641
2641
  "group": "input",
2642
2642
  "type": "String",
2643
2643
  "feel": "required",
@@ -2718,7 +2718,7 @@
2718
2718
  "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"
2719
2719
  },
2720
2720
  "engines": {
2721
- "camunda": "^8.2"
2721
+ "camunda": "^8.4"
2722
2722
  }
2723
2723
  },
2724
2724
  {
@@ -3927,9 +3927,9 @@
3927
3927
  },
3928
3928
  {
3929
3929
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3930
- "name": "AWS DynamoDB Outbound Connector",
3930
+ "name": "AWS DynamoDB",
3931
3931
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
3932
- "version": 4,
3932
+ "version": 2,
3933
3933
  "description": "Work with tables and items using AWS DynamoDB service",
3934
3934
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
3935
3935
  "category": {
@@ -4310,8 +4310,8 @@
4310
4310
  "constraints": {
4311
4311
  "notEmpty": false,
4312
4312
  "pattern": {
4313
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4314
- "message": "Must be a number"
4313
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
4314
+ "message": "Must be a number."
4315
4315
  }
4316
4316
  },
4317
4317
  "condition": {
@@ -4333,8 +4333,8 @@
4333
4333
  "constraints": {
4334
4334
  "notEmpty": false,
4335
4335
  "pattern": {
4336
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4337
- "message": "Must be a number"
4336
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
4337
+ "message": "Must be a number."
4338
4338
  }
4339
4339
  },
4340
4340
  "condition": {