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

acosentino pushed a commit to branch CAMEL-20271
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 405b21cea0792b56c86ef6a6d12e6ce298334e9e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Dec 21 11:16:47 2023 +0100

    CAMEL-20271 - Camel-AWS-Cloudtrail: Improve consumers by adding more 
information as exchange headers
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../org/apache/camel/catalog/components/aws-cloudtrail.json         | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
index 6b472daa954..365616cb18a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws-cloudtrail.json
@@ -43,6 +43,12 @@
     "useDefaultCredentialsProvider": { "index": 18, "kind": "property", 
"displayName": "Use Default Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set whether the 
Cloudtrail client shoul [...]
     "useProfileCredentialsProvider": { "index": 19, "kind": "property", 
"displayName": "Use Profile Credentials Provider", "group": "security", 
"label": "security", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Set whether the 
Cloudtrail client shoul [...]
   },
+  "headers": {
+    "CamelAwsCloudTrailEventId": { "index": 0, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The event ID of the cloud trail event 
consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_ID" },
+    "CamelAwsCloudTrailEventName": { "index": 1, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The event Name of the cloud trail event 
consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_NAME" },
+    "CamelAwsCloudTrailEventSource": { "index": 2, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The event Source of the cloud trail 
event consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#EVENT_SOURCE" },
+    "CamelAwsCloudTrailEventUsername": { "index": 3, "kind": "header", 
"displayName": "", "group": "consumer", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The associated username of the event of 
the cloud trail event consumed.", "constantName": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConstants#USERNAME" }
+  },
   "properties": {
     "label": { "index": 0, "kind": "path", "displayName": "Label", "group": 
"consumer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "A label for indexing 
cloudtrail endpoints" },
     "eventSource": { "index": 1, "kind": "parameter", "displayName": "Event 
Source", "group": "consumer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration", 
"configurationField": "configuration", "description": "Specify an event source 
to select events" },

Reply via email to