blob: a1be61759a0fe1acc79610e4f8b33259f24cf966 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awsredshiftsink.CamelAwsredshiftsinkSinkConnector",
"artifactId": "camel-aws-redshift-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-redshift-sink-sink",
"type": "sink",
"version": "1.1.0-SNAPSHOT",
"description": "Send data to an AWS Redshift Database.\n\nThis Kamelet expects a JSON as body. The mapping between the JSON fields and parameters is done by key, so if you have the following query:\n\n'INSERT INTO accounts (username,city) VALUES (:#username,:#city)'\n\nThe Kamelet needs to receive as input something like:\n\n'{ \"username\":\"oscerd\", \"city\":\"Rome\"}'"
},
"properties": {
"camel.kamelet.aws-redshift-sink.serverName": {
"name": "camel.kamelet.aws-redshift-sink.serverName",
"description": "Server Name for the data source Example: localhost",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-redshift-sink.serverPort": {
"name": "camel.kamelet.aws-redshift-sink.serverPort",
"description": "Server Port for the data source",
"defaultValue": "\"5439\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-redshift-sink.username": {
"name": "camel.kamelet.aws-redshift-sink.username",
"description": "The username to use for accessing a secured AWS Redshift Database",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-redshift-sink.password": {
"name": "camel.kamelet.aws-redshift-sink.password",
"description": "The password to use for accessing a secured AWS Redshift Database",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-redshift-sink.query": {
"name": "camel.kamelet.aws-redshift-sink.query",
"description": "The Query to execute against the AWS Redshift Database Example: INSERT INTO accounts (username,city) VALUES (:#username,:#city)",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-redshift-sink.databaseName": {
"name": "camel.kamelet.aws-redshift-sink.databaseName",
"description": "The Database Name we are pointing",
"priority": "HIGH",
"required": "true"
}
}
}