blob: 35f539f5fd7c07df95ecd607219012f79dfbd2ed [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.aws2lambda.CamelAws2lambdaSinkConnector",
"artifactId": "camel-aws2-lambda-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws2-lambda-sink",
"type": "sink",
"version": "0.11.6-SNAPSHOT",
"description": "Manage and invoke AWS Lambda functions using AWS SDK version 2.x."
},
"properties": {
"camel.sink.path.function": {
"name": "camel.sink.path.function",
"description": "Name of the Lambda function.",
"priority": "HIGH",
"required": "true"
},
"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. It can be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction One of: [listFunctions] [getFunction] [createAlias] [deleteAlias] [getAlias] [listAliases] [createFunction] [deleteFunction] [invokeFunction] [updateFunction] [createEventSourceMapping] [deleteEventSourceMapping] [listEventSourceMapping] [listTags] [tagResource] [untagResource] [publishVersion] [listVersions]",
"defaultValue": "\"invokeFunction\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"listFunctions",
"getFunction",
"createAlias",
"deleteAlias",
"getAlias",
"listAliases",
"createFunction",
"deleteFunction",
"invokeFunction",
"updateFunction",
"createEventSourceMapping",
"deleteEventSourceMapping",
"listEventSourceMapping",
"listTags",
"tagResource",
"untagResource",
"publishVersion",
"listVersions"
]
},
"camel.sink.endpoint.overrideEndpoint": {
"name": "camel.sink.endpoint.overrideEndpoint",
"description": "Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"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",
"required": "false"
},
"camel.sink.endpoint.region": {
"name": "camel.sink.endpoint.region",
"description": "The region in which Lambda 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()",
"priority": "MEDIUM",
"required": "false"
},
"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",
"required": "false"
},
"camel.sink.endpoint.uriEndpointOverride": {
"name": "camel.sink.endpoint.uriEndpointOverride",
"description": "Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.useDefaultCredentialsProvider": {
"name": "camel.sink.endpoint.useDefaultCredentialsProvider",
"description": "Set whether the Lambda client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.awsLambdaClient": {
"name": "camel.sink.endpoint.awsLambdaClient",
"description": "To use a existing configured AwsLambdaClient as client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "To define a proxy host when instantiating the Lambda client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "To define a proxy port when instantiating the Lambda client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyProtocol": {
"name": "camel.sink.endpoint.proxyProtocol",
"description": "To define a proxy protocol when instantiating the Lambda client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.sink.endpoint.accessKey": {
"name": "camel.sink.endpoint.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.configuration": {
"name": "camel.component.aws2-lambda.configuration",
"description": "Component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.lazyStartProducer": {
"name": "camel.component.aws2-lambda.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.aws2-lambda.operation": {
"name": "camel.component.aws2-lambda.operation",
"description": "The operation to perform. It can be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction One of: [listFunctions] [getFunction] [createAlias] [deleteAlias] [getAlias] [listAliases] [createFunction] [deleteFunction] [invokeFunction] [updateFunction] [createEventSourceMapping] [deleteEventSourceMapping] [listEventSourceMapping] [listTags] [tagResource] [untagResource] [publishVersion] [listVersions]",
"defaultValue": "\"invokeFunction\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"listFunctions",
"getFunction",
"createAlias",
"deleteAlias",
"getAlias",
"listAliases",
"createFunction",
"deleteFunction",
"invokeFunction",
"updateFunction",
"createEventSourceMapping",
"deleteEventSourceMapping",
"listEventSourceMapping",
"listTags",
"tagResource",
"untagResource",
"publishVersion",
"listVersions"
]
},
"camel.component.aws2-lambda.overrideEndpoint": {
"name": "camel.component.aws2-lambda.overrideEndpoint",
"description": "Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.pojoRequest": {
"name": "camel.component.aws2-lambda.pojoRequest",
"description": "If we want to use a POJO request as body or not",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.region": {
"name": "camel.component.aws2-lambda.region",
"description": "The region in which Lambda 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()",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.trustAllCertificates": {
"name": "camel.component.aws2-lambda.trustAllCertificates",
"description": "If we want to trust all certificates in case of overriding the endpoint",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.uriEndpointOverride": {
"name": "camel.component.aws2-lambda.uriEndpointOverride",
"description": "Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.useDefaultCredentialsProvider": {
"name": "camel.component.aws2-lambda.useDefaultCredentialsProvider",
"description": "Set whether the Lambda client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.autowiredEnabled": {
"name": "camel.component.aws2-lambda.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"
},
"camel.component.aws2-lambda.awsLambdaClient": {
"name": "camel.component.aws2-lambda.awsLambdaClient",
"description": "To use a existing configured AwsLambdaClient as client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.proxyHost": {
"name": "camel.component.aws2-lambda.proxyHost",
"description": "To define a proxy host when instantiating the Lambda client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.proxyPort": {
"name": "camel.component.aws2-lambda.proxyPort",
"description": "To define a proxy port when instantiating the Lambda client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.proxyProtocol": {
"name": "camel.component.aws2-lambda.proxyProtocol",
"description": "To define a proxy protocol when instantiating the Lambda client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.component.aws2-lambda.accessKey": {
"name": "camel.component.aws2-lambda.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws2-lambda.secretKey": {
"name": "camel.component.aws2-lambda.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
}
}
}