blob: 5fffef71de6cd206a33dc89086734ef5ee8b5f03 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awstranslate.CamelAwstranslateSinkConnector",
"artifactId": "camel-aws-translate-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-translate-sink",
"type": "sink",
"version": "0.7.2",
"description": "Translate texts using AWS Translate."
},
"properties": {
"camel.sink.path.label": {
"name": "camel.sink.path.label",
"description": "Logical name",
"priority": "HIGH",
"required": "true"
},
"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",
"required": "false"
},
"camel.sink.endpoint.accessKey": {
"name": "camel.sink.endpoint.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.autodetectSourceLanguage": {
"name": "camel.sink.endpoint.autodetectSourceLanguage",
"description": "Being able to autodetect the source language",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"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 producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "The operation to perform One of: [translateText]",
"defaultValue": "\"translateText\"",
"priority": "HIGH",
"required": "true",
"enum": [
"translateText"
]
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "To define a proxy host when instantiating the Translate client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "To define a proxy port when instantiating the Translate client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyProtocol": {
"name": "camel.sink.endpoint.proxyProtocol",
"description": "To define a proxy protocol when instantiating the Translate client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.sink.endpoint.region": {
"name": "camel.sink.endpoint.region",
"description": "The region in which Translate 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()",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sourceLanguage": {
"name": "camel.sink.endpoint.sourceLanguage",
"description": "Source language to use",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.targetLanguage": {
"name": "camel.sink.endpoint.targetLanguage",
"description": "Target language to use",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.translateClient": {
"name": "camel.sink.endpoint.translateClient",
"description": "To use a existing configured AWS Translate as client",
"priority": "MEDIUM",
"required": "false"
},
"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",
"required": "false"
},
"camel.component.aws-translate.autoDiscoverClient": {
"name": "camel.component.aws-translate.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",
"required": "false"
},
"camel.component.aws-translate.accessKey": {
"name": "camel.component.aws-translate.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.autodetectSourceLanguage": {
"name": "camel.component.aws-translate.autodetectSourceLanguage",
"description": "Being able to autodetect the source language",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.configuration": {
"name": "camel.component.aws-translate.configuration",
"description": "The component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.lazyStartProducer": {
"name": "camel.component.aws-translate.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 producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.operation": {
"name": "camel.component.aws-translate.operation",
"description": "The operation to perform One of: [translateText]",
"defaultValue": "\"translateText\"",
"priority": "HIGH",
"required": "true",
"enum": [
"translateText"
]
},
"camel.component.aws-translate.proxyHost": {
"name": "camel.component.aws-translate.proxyHost",
"description": "To define a proxy host when instantiating the Translate client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.proxyPort": {
"name": "camel.component.aws-translate.proxyPort",
"description": "To define a proxy port when instantiating the Translate client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.proxyProtocol": {
"name": "camel.component.aws-translate.proxyProtocol",
"description": "To define a proxy protocol when instantiating the Translate client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.component.aws-translate.region": {
"name": "camel.component.aws-translate.region",
"description": "The region in which Translate 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()",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.secretKey": {
"name": "camel.component.aws-translate.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.sourceLanguage": {
"name": "camel.component.aws-translate.sourceLanguage",
"description": "Source language to use",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.targetLanguage": {
"name": "camel.component.aws-translate.targetLanguage",
"description": "Target language to use",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.translateClient": {
"name": "camel.component.aws-translate.translateClient",
"description": "To use a existing configured AWS Translate as client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-translate.autowiredEnabled": {
"name": "camel.component.aws-translate.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}