blob: f1712966b84818892edbf6d1bcbdfb93bc0e0c03 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.googlefunctionssink.CamelGooglefunctionssinkSinkConnector",
"artifactId": "camel-google-functions-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-google-functions-sink-sink",
"type": "sink",
"version": "3.19.0-SNAPSHOT",
"description": "Send data to Google Functions."
},
"properties": {
"camel.kamelet.google-functions-sink.projectId": {
"name": "camel.kamelet.google-functions-sink.projectId",
"description": "The Google Cloud Functions Project ID.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-functions-sink.region": {
"name": "camel.kamelet.google-functions-sink.region",
"description": "The region where Google Cloud Functions has been deployed.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-functions-sink.functionName": {
"name": "camel.kamelet.google-functions-sink.functionName",
"description": "The Function name.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-functions-sink.serviceAccountKey": {
"name": "camel.kamelet.google-functions-sink.serviceAccountKey",
"description": "The path to the service account key file that provides credentials for the Google Cloud Functions platform.",
"priority": "HIGH",
"required": "true"
}
}
}