This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch re-add-aws-connectors
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 7339f9a644f2be25243fd23e33e43cd301673a40
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Oct 12 12:08:25 2020 +0200

    Regen catalog
---
 .../resources/connectors/camel-aws-ec2-sink.json   | 162 ++++++++++++++++++
 .../resources/connectors/camel-aws-ecs-sink.json   | 162 ++++++++++++++++++
 .../resources/connectors/camel-aws-eks-sink.json   | 162 ++++++++++++++++++
 .../resources/connectors/camel-aws-iam-sink.json   | 162 ++++++++++++++++++
 .../resources/connectors/camel-aws-kms-sink.json   | 162 ++++++++++++++++++
 .../resources/connectors/camel-aws-mq-sink.json    | 162 ++++++++++++++++++
 .../resources/connectors/camel-aws-msk-sink.json   | 162 ++++++++++++++++++
 .../resources/connectors/camel-aws2-ec2-sink.json  | 186 +++++++++++++++++++++
 .../resources/connectors/camel-aws2-ecs-sink.json  | 186 +++++++++++++++++++++
 .../resources/connectors/camel-aws2-eks-sink.json  | 186 +++++++++++++++++++++
 .../resources/connectors/camel-aws2-iam-sink.json  | 186 +++++++++++++++++++++
 .../resources/connectors/camel-aws2-kms-sink.json  | 186 +++++++++++++++++++++
 .../resources/connectors/camel-aws2-mq-sink.json   | 186 +++++++++++++++++++++
 .../resources/connectors/camel-aws2-msk-sink.json  | 186 +++++++++++++++++++++
 14 files changed, 2436 insertions(+)

diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ec2-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ec2-sink.json
new file mode 100644
index 0000000..970fbc3
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ec2-sink.json
@@ -0,0 +1,162 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awsec2.CamelAwsec2SinkConnector",
+               "artifactId": "camel-aws-ec2-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-ec2-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.amazonEc2Client": {
+                       "name": "camel.sink.endpoint.amazonEc2Client",
+                       "description": "To use a existing configured 
AmazonEC2Client as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform. It can be 
createAndRunInstances, startInstances, stopInstances, terminateInstances, 
describeInstances, describeInstancesStatus, rebootInstances, monitorInstances, 
unmonitorInstances, createTags or deleteTags One of: [createAndRunInstances] 
[startInstances] [stopInstances] [terminateInstances] [describeInstances] 
[describeInstancesStatus] [rebootInstances] [monitorInstances] 
[unmonitorInstances] [createTags] [deleteTags]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EC2 client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.autoDiscoverClient": {
+                       "name": "camel.component.aws-ec2.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.accessKey": {
+                       "name": "camel.component.aws-ec2.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.amazonEc2Client": {
+                       "name": "camel.component.aws-ec2.amazonEc2Client",
+                       "description": "To use a existing configured 
AmazonEC2Client as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.configuration": {
+                       "name": "camel.component.aws-ec2.configuration",
+                       "description": "The component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.lazyStartProducer": {
+                       "name": "camel.component.aws-ec2.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.operation": {
+                       "name": "camel.component.aws-ec2.operation",
+                       "description": "The operation to perform. It can be 
createAndRunInstances, startInstances, stopInstances, terminateInstances, 
describeInstances, describeInstancesStatus, rebootInstances, monitorInstances, 
unmonitorInstances, createTags or deleteTags One of: [createAndRunInstances] 
[startInstances] [stopInstances] [terminateInstances] [describeInstances] 
[describeInstancesStatus] [rebootInstances] [monitorInstances] 
[unmonitorInstances] [createTags] [deleteTags]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws-ec2.proxyHost": {
+                       "name": "camel.component.aws-ec2.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.proxyPort": {
+                       "name": "camel.component.aws-ec2.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.proxyProtocol": {
+                       "name": "camel.component.aws-ec2.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EC2 client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.region": {
+                       "name": "camel.component.aws-ec2.region",
+                       "description": "The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.secretKey": {
+                       "name": "camel.component.aws-ec2.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ec2.basicPropertyBinding": {
+                       "name": "camel.component.aws-ec2.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ecs-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ecs-sink.json
new file mode 100644
index 0000000..f9dfdaa
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-ecs-sink.json
@@ -0,0 +1,162 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awsecs.CamelAwsecsSinkConnector",
+               "artifactId": "camel-aws-ecs-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-ecs-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.ecsClient": {
+                       "name": "camel.sink.endpoint.ecsClient",
+                       "description": "To use a existing configured AWS ECS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the ECS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.autoDiscoverClient": {
+                       "name": "camel.component.aws-ecs.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.accessKey": {
+                       "name": "camel.component.aws-ecs.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.configuration": {
+                       "name": "camel.component.aws-ecs.configuration",
+                       "description": "The component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.ecsClient": {
+                       "name": "camel.component.aws-ecs.ecsClient",
+                       "description": "To use a existing configured AWS ECS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.lazyStartProducer": {
+                       "name": "camel.component.aws-ecs.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.operation": {
+                       "name": "camel.component.aws-ecs.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws-ecs.proxyHost": {
+                       "name": "camel.component.aws-ecs.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.proxyPort": {
+                       "name": "camel.component.aws-ecs.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.proxyProtocol": {
+                       "name": "camel.component.aws-ecs.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the ECS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.region": {
+                       "name": "camel.component.aws-ecs.region",
+                       "description": "The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.secretKey": {
+                       "name": "camel.component.aws-ecs.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-ecs.basicPropertyBinding": {
+                       "name": "camel.component.aws-ecs.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-eks-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-eks-sink.json
new file mode 100644
index 0000000..130b50d
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-eks-sink.json
@@ -0,0 +1,162 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awseks.CamelAwseksSinkConnector",
+               "artifactId": "camel-aws-eks-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-eks-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.eksClient": {
+                       "name": "camel.sink.endpoint.eksClient",
+                       "description": "To use a existing configured AWS EKS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EKS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which EKS client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.autoDiscoverClient": {
+                       "name": "camel.component.aws-eks.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.accessKey": {
+                       "name": "camel.component.aws-eks.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.configuration": {
+                       "name": "camel.component.aws-eks.configuration",
+                       "description": "The component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.eksClient": {
+                       "name": "camel.component.aws-eks.eksClient",
+                       "description": "To use a existing configured AWS EKS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.lazyStartProducer": {
+                       "name": "camel.component.aws-eks.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.operation": {
+                       "name": "camel.component.aws-eks.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws-eks.proxyHost": {
+                       "name": "camel.component.aws-eks.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.proxyPort": {
+                       "name": "camel.component.aws-eks.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.proxyProtocol": {
+                       "name": "camel.component.aws-eks.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EKS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.region": {
+                       "name": "camel.component.aws-eks.region",
+                       "description": "The region in which EKS client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.secretKey": {
+                       "name": "camel.component.aws-eks.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-eks.basicPropertyBinding": {
+                       "name": "camel.component.aws-eks.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-iam-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-iam-sink.json
new file mode 100644
index 0000000..5a0b355
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-iam-sink.json
@@ -0,0 +1,162 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awsiam.CamelAwsiamSinkConnector",
+               "artifactId": "camel-aws-iam-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-iam-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.iamClient": {
+                       "name": "camel.sink.endpoint.iamClient",
+                       "description": "To use a existing configured AWS IAM as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listAccessKeys] [createUser] [deleteUser] [getUser] [listUsers] 
[createAccessKey] [deleteAccessKey] [updateAccessKey] [createGroup] 
[deleteGroup] [listGroups] [addUserToGroup] [removeUserFromGroup]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the IAM client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which IAM client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.autoDiscoverClient": {
+                       "name": "camel.component.aws-iam.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.accessKey": {
+                       "name": "camel.component.aws-iam.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.configuration": {
+                       "name": "camel.component.aws-iam.configuration",
+                       "description": "The component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.iamClient": {
+                       "name": "camel.component.aws-iam.iamClient",
+                       "description": "To use a existing configured AWS IAM as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.lazyStartProducer": {
+                       "name": "camel.component.aws-iam.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.operation": {
+                       "name": "camel.component.aws-iam.operation",
+                       "description": "The operation to perform One of: 
[listAccessKeys] [createUser] [deleteUser] [getUser] [listUsers] 
[createAccessKey] [deleteAccessKey] [updateAccessKey] [createGroup] 
[deleteGroup] [listGroups] [addUserToGroup] [removeUserFromGroup]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws-iam.proxyHost": {
+                       "name": "camel.component.aws-iam.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.proxyPort": {
+                       "name": "camel.component.aws-iam.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.proxyProtocol": {
+                       "name": "camel.component.aws-iam.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the IAM client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.region": {
+                       "name": "camel.component.aws-iam.region",
+                       "description": "The region in which IAM client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.secretKey": {
+                       "name": "camel.component.aws-iam.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-iam.basicPropertyBinding": {
+                       "name": "camel.component.aws-iam.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-kms-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-kms-sink.json
new file mode 100644
index 0000000..4de39b2
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-kms-sink.json
@@ -0,0 +1,162 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awskms.CamelAwskmsSinkConnector",
+               "artifactId": "camel-aws-kms-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-kms-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kmsClient": {
+                       "name": "camel.sink.endpoint.kmsClient",
+                       "description": "To use a existing configured AWS KMS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listKeys] [createKey] [disableKey] [scheduleKeyDeletion] [describeKey] 
[enableKey]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the KMS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which KMS client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.autoDiscoverClient": {
+                       "name": "camel.component.aws-kms.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.accessKey": {
+                       "name": "camel.component.aws-kms.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.configuration": {
+                       "name": "camel.component.aws-kms.configuration",
+                       "description": "The Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.kmsClient": {
+                       "name": "camel.component.aws-kms.kmsClient",
+                       "description": "To use a existing configured AWS KMS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.lazyStartProducer": {
+                       "name": "camel.component.aws-kms.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.operation": {
+                       "name": "camel.component.aws-kms.operation",
+                       "description": "The operation to perform One of: 
[listKeys] [createKey] [disableKey] [scheduleKeyDeletion] [describeKey] 
[enableKey]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws-kms.proxyHost": {
+                       "name": "camel.component.aws-kms.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.proxyPort": {
+                       "name": "camel.component.aws-kms.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.proxyProtocol": {
+                       "name": "camel.component.aws-kms.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the KMS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.region": {
+                       "name": "camel.component.aws-kms.region",
+                       "description": "The region in which KMS client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.secretKey": {
+                       "name": "camel.component.aws-kms.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-kms.basicPropertyBinding": {
+                       "name": "camel.component.aws-kms.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-mq-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-mq-sink.json
new file mode 100644
index 0000000..327e63d
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-mq-sink.json
@@ -0,0 +1,162 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awsmq.CamelAwsmqSinkConnector",
+               "artifactId": "camel-aws-mq-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-mq-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.amazonMqClient": {
+                       "name": "camel.sink.endpoint.amazonMqClient",
+                       "description": "To use a existing configured 
AmazonMQClient as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform. It can be 
listBrokers,createBroker,deleteBroker One of: [listBrokers] [createBroker] 
[deleteBroker] [rebootBroker] [updateBroker] [describeBroker]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MQ client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which MQ client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.autoDiscoverClient": {
+                       "name": "camel.component.aws-mq.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.accessKey": {
+                       "name": "camel.component.aws-mq.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.amazonMqClient": {
+                       "name": "camel.component.aws-mq.amazonMqClient",
+                       "description": "To use a existing configured 
AmazonMQClient as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.configuration": {
+                       "name": "camel.component.aws-mq.configuration",
+                       "description": "The Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.lazyStartProducer": {
+                       "name": "camel.component.aws-mq.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.operation": {
+                       "name": "camel.component.aws-mq.operation",
+                       "description": "The operation to perform. It can be 
listBrokers,createBroker,deleteBroker One of: [listBrokers] [createBroker] 
[deleteBroker] [rebootBroker] [updateBroker] [describeBroker]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws-mq.proxyHost": {
+                       "name": "camel.component.aws-mq.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.proxyPort": {
+                       "name": "camel.component.aws-mq.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.proxyProtocol": {
+                       "name": "camel.component.aws-mq.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MQ client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.region": {
+                       "name": "camel.component.aws-mq.region",
+                       "description": "The region in which MQ client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.secretKey": {
+                       "name": "camel.component.aws-mq.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-mq.basicPropertyBinding": {
+                       "name": "camel.component.aws-mq.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-msk-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-msk-sink.json
new file mode 100644
index 0000000..8a7a2ab
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws-msk-sink.json
@@ -0,0 +1,162 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.awsmsk.CamelAwsmskSinkConnector",
+               "artifactId": "camel-aws-msk-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws-msk-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.mskClient": {
+                       "name": "camel.sink.endpoint.mskClient",
+                       "description": "To use a existing configured AWS MSK as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [createCluster] [deleteCluster] [describeCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MSK client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which MSK client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.autoDiscoverClient": {
+                       "name": "camel.component.aws-msk.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.accessKey": {
+                       "name": "camel.component.aws-msk.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.configuration": {
+                       "name": "camel.component.aws-msk.configuration",
+                       "description": "The component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.lazyStartProducer": {
+                       "name": "camel.component.aws-msk.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.mskClient": {
+                       "name": "camel.component.aws-msk.mskClient",
+                       "description": "To use a existing configured AWS MSK as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.operation": {
+                       "name": "camel.component.aws-msk.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [createCluster] [deleteCluster] [describeCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws-msk.proxyHost": {
+                       "name": "camel.component.aws-msk.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.proxyPort": {
+                       "name": "camel.component.aws-msk.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.proxyProtocol": {
+                       "name": "camel.component.aws-msk.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MSK client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.region": {
+                       "name": "camel.component.aws-msk.region",
+                       "description": "The region in which MSK client needs to 
work. When using this parameter, the configuration will expect the capitalized 
name of the region (for example AP_EAST_1) You'll need to use the name 
Regions.EU_WEST_1.name()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.secretKey": {
+                       "name": "camel.component.aws-msk.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws-msk.basicPropertyBinding": {
+                       "name": "camel.component.aws-msk.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-ec2-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-ec2-sink.json
new file mode 100644
index 0000000..8404c3d
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-ec2-sink.json
@@ -0,0 +1,186 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.aws2ec2.CamelAws2ec2SinkConnector",
+               "artifactId": "camel-aws2-ec2-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws2-ec2-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.amazonEc2Client": {
+                       "name": "camel.sink.endpoint.amazonEc2Client",
+                       "description": "To use a existing configured 
AmazonEC2Client as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform. It can be 
createAndRunInstances, startInstances, stopInstances, terminateInstances, 
describeInstances, describeInstancesStatus, rebootInstances, monitorInstances, 
unmonitorInstances, createTags or deleteTags One of: [createAndRunInstances] 
[startInstances] [stopInstances] [terminateInstances] [describeInstances] 
[describeInstancesStatus] [rebootInstances] [monitorInstances] 
[unmonitorInstances] [createTags] [deleteTags]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.pojoRequest": {
+                       "name": "camel.sink.endpoint.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EC2 client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which EC2 client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.trustAllCertificates": {
+                       "name": "camel.sink.endpoint.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.autoDiscoverClient": {
+                       "name": "camel.component.aws2-ec2.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.accessKey": {
+                       "name": "camel.component.aws2-ec2.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.amazonEc2Client": {
+                       "name": "camel.component.aws2-ec2.amazonEc2Client",
+                       "description": "To use a existing configured 
AmazonEC2Client as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.configuration": {
+                       "name": "camel.component.aws2-ec2.configuration",
+                       "description": "The component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.lazyStartProducer": {
+                       "name": "camel.component.aws2-ec2.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.operation": {
+                       "name": "camel.component.aws2-ec2.operation",
+                       "description": "The operation to perform. It can be 
createAndRunInstances, startInstances, stopInstances, terminateInstances, 
describeInstances, describeInstancesStatus, rebootInstances, monitorInstances, 
unmonitorInstances, createTags or deleteTags One of: [createAndRunInstances] 
[startInstances] [stopInstances] [terminateInstances] [describeInstances] 
[describeInstancesStatus] [rebootInstances] [monitorInstances] 
[unmonitorInstances] [createTags] [deleteTags]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws2-ec2.pojoRequest": {
+                       "name": "camel.component.aws2-ec2.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.proxyHost": {
+                       "name": "camel.component.aws2-ec2.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.proxyPort": {
+                       "name": "camel.component.aws2-ec2.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EC2 client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.proxyProtocol": {
+                       "name": "camel.component.aws2-ec2.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EC2 client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.region": {
+                       "name": "camel.component.aws2-ec2.region",
+                       "description": "The region in which EC2 client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.secretKey": {
+                       "name": "camel.component.aws2-ec2.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.trustAllCertificates": {
+                       "name": "camel.component.aws2-ec2.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ec2.basicPropertyBinding": {
+                       "name": "camel.component.aws2-ec2.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-ecs-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-ecs-sink.json
new file mode 100644
index 0000000..5db3791
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-ecs-sink.json
@@ -0,0 +1,186 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.aws2ecs.CamelAws2ecsSinkConnector",
+               "artifactId": "camel-aws2-ecs-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws2-ecs-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.ecsClient": {
+                       "name": "camel.sink.endpoint.ecsClient",
+                       "description": "To use a existing configured AWS ECS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.pojoRequest": {
+                       "name": "camel.sink.endpoint.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the ECS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.trustAllCertificates": {
+                       "name": "camel.sink.endpoint.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.autoDiscoverClient": {
+                       "name": "camel.component.aws2-ecs.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.configuration": {
+                       "name": "camel.component.aws2-ecs.configuration",
+                       "description": "Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.ecsClient": {
+                       "name": "camel.component.aws2-ecs.ecsClient",
+                       "description": "To use a existing configured AWS ECS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.lazyStartProducer": {
+                       "name": "camel.component.aws2-ecs.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.operation": {
+                       "name": "camel.component.aws2-ecs.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws2-ecs.pojoRequest": {
+                       "name": "camel.component.aws2-ecs.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.proxyHost": {
+                       "name": "camel.component.aws2-ecs.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.proxyPort": {
+                       "name": "camel.component.aws2-ecs.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the ECS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.proxyProtocol": {
+                       "name": "camel.component.aws2-ecs.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the ECS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.region": {
+                       "name": "camel.component.aws2-ecs.region",
+                       "description": "The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.trustAllCertificates": {
+                       "name": "camel.component.aws2-ecs.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.basicPropertyBinding": {
+                       "name": "camel.component.aws2-ecs.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.accessKey": {
+                       "name": "camel.component.aws2-ecs.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-ecs.secretKey": {
+                       "name": "camel.component.aws2-ecs.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-eks-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-eks-sink.json
new file mode 100644
index 0000000..9f8bcc4
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-eks-sink.json
@@ -0,0 +1,186 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.aws2eks.CamelAws2eksSinkConnector",
+               "artifactId": "camel-aws2-eks-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws2-eks-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.eksClient": {
+                       "name": "camel.sink.endpoint.eksClient",
+                       "description": "To use a existing configured AWS EKS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.pojoRequest": {
+                       "name": "camel.sink.endpoint.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EKS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which EKS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.trustAllCertificates": {
+                       "name": "camel.sink.endpoint.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.autoDiscoverClient": {
+                       "name": "camel.component.aws2-eks.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.configuration": {
+                       "name": "camel.component.aws2-eks.configuration",
+                       "description": "Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.eksClient": {
+                       "name": "camel.component.aws2-eks.eksClient",
+                       "description": "To use a existing configured AWS EKS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.lazyStartProducer": {
+                       "name": "camel.component.aws2-eks.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.operation": {
+                       "name": "camel.component.aws2-eks.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [describeCluster] [createCluster] [deleteCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws2-eks.pojoRequest": {
+                       "name": "camel.component.aws2-eks.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.proxyHost": {
+                       "name": "camel.component.aws2-eks.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.proxyPort": {
+                       "name": "camel.component.aws2-eks.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the EKS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.proxyProtocol": {
+                       "name": "camel.component.aws2-eks.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the EKS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.region": {
+                       "name": "camel.component.aws2-eks.region",
+                       "description": "The region in which EKS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.trustAllCertificates": {
+                       "name": "camel.component.aws2-eks.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.basicPropertyBinding": {
+                       "name": "camel.component.aws2-eks.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.accessKey": {
+                       "name": "camel.component.aws2-eks.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-eks.secretKey": {
+                       "name": "camel.component.aws2-eks.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-iam-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-iam-sink.json
new file mode 100644
index 0000000..8a5b580
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-iam-sink.json
@@ -0,0 +1,186 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.aws2iam.CamelAws2iamSinkConnector",
+               "artifactId": "camel-aws2-iam-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws2-iam-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.iamClient": {
+                       "name": "camel.sink.endpoint.iamClient",
+                       "description": "To use a existing configured AWS IAM as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listAccessKeys] [createUser] [deleteUser] [getUser] [listUsers] 
[createAccessKey] [deleteAccessKey] [updateAccessKey] [createGroup] 
[deleteGroup] [listGroups] [addUserToGroup] [removeUserFromGroup]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.pojoRequest": {
+                       "name": "camel.sink.endpoint.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the IAM client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which IAM client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "\"aws-global\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.trustAllCertificates": {
+                       "name": "camel.sink.endpoint.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.autoDiscoverClient": {
+                       "name": "camel.component.aws2-iam.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.configuration": {
+                       "name": "camel.component.aws2-iam.configuration",
+                       "description": "Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.iamClient": {
+                       "name": "camel.component.aws2-iam.iamClient",
+                       "description": "To use a existing configured AWS IAM as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.lazyStartProducer": {
+                       "name": "camel.component.aws2-iam.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.operation": {
+                       "name": "camel.component.aws2-iam.operation",
+                       "description": "The operation to perform One of: 
[listAccessKeys] [createUser] [deleteUser] [getUser] [listUsers] 
[createAccessKey] [deleteAccessKey] [updateAccessKey] [createGroup] 
[deleteGroup] [listGroups] [addUserToGroup] [removeUserFromGroup]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws2-iam.pojoRequest": {
+                       "name": "camel.component.aws2-iam.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.proxyHost": {
+                       "name": "camel.component.aws2-iam.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.proxyPort": {
+                       "name": "camel.component.aws2-iam.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the IAM client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.proxyProtocol": {
+                       "name": "camel.component.aws2-iam.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the IAM client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.region": {
+                       "name": "camel.component.aws2-iam.region",
+                       "description": "The region in which IAM client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "\"aws-global\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.trustAllCertificates": {
+                       "name": "camel.component.aws2-iam.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.basicPropertyBinding": {
+                       "name": "camel.component.aws2-iam.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.accessKey": {
+                       "name": "camel.component.aws2-iam.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-iam.secretKey": {
+                       "name": "camel.component.aws2-iam.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-kms-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-kms-sink.json
new file mode 100644
index 0000000..0dd409f
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-kms-sink.json
@@ -0,0 +1,186 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.aws2kms.CamelAws2kmsSinkConnector",
+               "artifactId": "camel-aws2-kms-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws2-kms-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.kmsClient": {
+                       "name": "camel.sink.endpoint.kmsClient",
+                       "description": "To use a existing configured AWS KMS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listKeys] [createKey] [disableKey] [scheduleKeyDeletion] [describeKey] 
[enableKey]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.pojoRequest": {
+                       "name": "camel.sink.endpoint.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the KMS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which EKS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.trustAllCertificates": {
+                       "name": "camel.sink.endpoint.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.autoDiscoverClient": {
+                       "name": "camel.component.aws2-kms.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.configuration": {
+                       "name": "camel.component.aws2-kms.configuration",
+                       "description": "Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.kmsClient": {
+                       "name": "camel.component.aws2-kms.kmsClient",
+                       "description": "To use a existing configured AWS KMS as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.lazyStartProducer": {
+                       "name": "camel.component.aws2-kms.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.operation": {
+                       "name": "camel.component.aws2-kms.operation",
+                       "description": "The operation to perform One of: 
[listKeys] [createKey] [disableKey] [scheduleKeyDeletion] [describeKey] 
[enableKey]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws2-kms.pojoRequest": {
+                       "name": "camel.component.aws2-kms.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.proxyHost": {
+                       "name": "camel.component.aws2-kms.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.proxyPort": {
+                       "name": "camel.component.aws2-kms.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the KMS client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.proxyProtocol": {
+                       "name": "camel.component.aws2-kms.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the KMS client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.region": {
+                       "name": "camel.component.aws2-kms.region",
+                       "description": "The region in which EKS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.trustAllCertificates": {
+                       "name": "camel.component.aws2-kms.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.basicPropertyBinding": {
+                       "name": "camel.component.aws2-kms.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.accessKey": {
+                       "name": "camel.component.aws2-kms.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-kms.secretKey": {
+                       "name": "camel.component.aws2-kms.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-mq-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-mq-sink.json
new file mode 100644
index 0000000..ef55865
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-mq-sink.json
@@ -0,0 +1,186 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.aws2mq.CamelAws2mqSinkConnector",
+               "artifactId": "camel-aws2-mq-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws2-mq-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.amazonMqClient": {
+                       "name": "camel.sink.endpoint.amazonMqClient",
+                       "description": "To use a existing configured 
AmazonMQClient as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform. It can be 
listBrokers,createBroker,deleteBroker One of: [listBrokers] [createBroker] 
[deleteBroker] [rebootBroker] [updateBroker] [describeBroker]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.pojoRequest": {
+                       "name": "camel.sink.endpoint.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MQ client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which MQ client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.trustAllCertificates": {
+                       "name": "camel.sink.endpoint.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.amazonMqClient": {
+                       "name": "camel.component.aws2-mq.amazonMqClient",
+                       "description": "To use a existing configured 
AmazonMQClient as client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.autoDiscoverClient": {
+                       "name": "camel.component.aws2-mq.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.configuration": {
+                       "name": "camel.component.aws2-mq.configuration",
+                       "description": "Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.lazyStartProducer": {
+                       "name": "camel.component.aws2-mq.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.operation": {
+                       "name": "camel.component.aws2-mq.operation",
+                       "description": "The operation to perform. It can be 
listBrokers,createBroker,deleteBroker One of: [listBrokers] [createBroker] 
[deleteBroker] [rebootBroker] [updateBroker] [describeBroker]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws2-mq.pojoRequest": {
+                       "name": "camel.component.aws2-mq.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.proxyHost": {
+                       "name": "camel.component.aws2-mq.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.proxyPort": {
+                       "name": "camel.component.aws2-mq.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MQ client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.proxyProtocol": {
+                       "name": "camel.component.aws2-mq.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MQ client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.region": {
+                       "name": "camel.component.aws2-mq.region",
+                       "description": "The region in which MQ client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.trustAllCertificates": {
+                       "name": "camel.component.aws2-mq.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.basicPropertyBinding": {
+                       "name": "camel.component.aws2-mq.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.accessKey": {
+                       "name": "camel.component.aws2-mq.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-mq.secretKey": {
+                       "name": "camel.component.aws2-mq.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-msk-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-msk-sink.json
new file mode 100644
index 0000000..97af237
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-aws2-msk-sink.json
@@ -0,0 +1,186 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.aws2msk.CamelAws2mskSinkConnector",
+               "artifactId": "camel-aws2-msk-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-aws2-msk-sink",
+               "type": "sink",
+               "version": "0.6.0-SNAPSHOT"
+       },
+       "properties": {
+               "camel.sink.path.label": {
+                       "name": "camel.sink.path.label",
+                       "description": "Logical name",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.autoDiscoverClient": {
+                       "name": "camel.sink.endpoint.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.mskClient": {
+                       "name": "camel.sink.endpoint.mskClient",
+                       "description": "To use a existing configured AWS MSK as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [createCluster] [deleteCluster] [describeCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.sink.endpoint.pojoRequest": {
+                       "name": "camel.sink.endpoint.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyHost": {
+                       "name": "camel.sink.endpoint.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyPort": {
+                       "name": "camel.sink.endpoint.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.proxyProtocol": {
+                       "name": "camel.sink.endpoint.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MSK client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.region": {
+                       "name": "camel.sink.endpoint.region",
+                       "description": "The region in which MSK client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.trustAllCertificates": {
+                       "name": "camel.sink.endpoint.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.accessKey": {
+                       "name": "camel.sink.endpoint.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.sink.endpoint.secretKey": {
+                       "name": "camel.sink.endpoint.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.autoDiscoverClient": {
+                       "name": "camel.component.aws2-msk.autoDiscoverClient",
+                       "description": "Setting the autoDiscoverClient 
mechanism, if true, the component will look for a client instance in the 
registry automatically otherwise it will skip that checking.",
+                       "defaultValue": "true",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.configuration": {
+                       "name": "camel.component.aws2-msk.configuration",
+                       "description": "Component configuration",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.lazyStartProducer": {
+                       "name": "camel.component.aws2-msk.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.mskClient": {
+                       "name": "camel.component.aws2-msk.mskClient",
+                       "description": "To use a existing configured AWS MSK as 
client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.operation": {
+                       "name": "camel.component.aws2-msk.operation",
+                       "description": "The operation to perform One of: 
[listClusters] [createCluster] [deleteCluster] [describeCluster]",
+                       "defaultValue": "null",
+                       "priority": "HIGH"
+               },
+               "camel.component.aws2-msk.pojoRequest": {
+                       "name": "camel.component.aws2-msk.pojoRequest",
+                       "description": "If we want to use a POJO request as 
body or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.proxyHost": {
+                       "name": "camel.component.aws2-msk.proxyHost",
+                       "description": "To define a proxy host when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.proxyPort": {
+                       "name": "camel.component.aws2-msk.proxyPort",
+                       "description": "To define a proxy port when 
instantiating the MSK client",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.proxyProtocol": {
+                       "name": "camel.component.aws2-msk.proxyProtocol",
+                       "description": "To define a proxy protocol when 
instantiating the MSK client One of: [HTTP] [HTTPS]",
+                       "defaultValue": "\"HTTPS\"",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.region": {
+                       "name": "camel.component.aws2-msk.region",
+                       "description": "The region in which MSK client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id()",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.trustAllCertificates": {
+                       "name": "camel.component.aws2-msk.trustAllCertificates",
+                       "description": "If we want to trust all certificates in 
case of overriding the endpoint",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.basicPropertyBinding": {
+                       "name": "camel.component.aws2-msk.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.accessKey": {
+                       "name": "camel.component.aws2-msk.accessKey",
+                       "description": "Amazon AWS Access Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               },
+               "camel.component.aws2-msk.secretKey": {
+                       "name": "camel.component.aws2-msk.secretKey",
+                       "description": "Amazon AWS Secret Key",
+                       "defaultValue": "null",
+                       "priority": "MEDIUM"
+               }
+       }
+}

Reply via email to