blob: cf42d268cf7b5ea540453bda594be9c0e065b944 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awsddbstreamssource.CamelAwsddbstreamssourceSourceConnector",
"artifactId": "camel-aws-ddb-streams-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-ddb-streams-source-source",
"type": "source",
"version": "3.19.0-SNAPSHOT",
"description": "Receive events from Amazon DynamoDB Streams.\n\nThe basic authentication method for the AWS DynamoDB Streams service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.\n\nIf you use the default credentials provider, the DynamoDB Streams client loads the credentials through this provider and doesn't use the basic authentication method."
},
"properties": {
"camel.kamelet.aws-ddb-streams-source.table": {
"name": "camel.kamelet.aws-ddb-streams-source.table",
"description": "The name of the DynamoDB table.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-ddb-streams-source.accessKey": {
"name": "camel.kamelet.aws-ddb-streams-source.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-streams-source.secretKey": {
"name": "camel.kamelet.aws-ddb-streams-source.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-streams-source.region": {
"name": "camel.kamelet.aws-ddb-streams-source.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-ddb-streams-source.streamIteratorType": {
"name": "camel.kamelet.aws-ddb-streams-source.streamIteratorType",
"description": "Defines where in the DynamoDB stream to start getting records. There are two enums and the value can be one of FROM_LATEST and FROM_START. Note that using FROM_START can cause a significant delay before the stream has caught up to real-time.",
"defaultValue": "\"FROM_LATEST\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-streams-source.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-ddb-streams-source.useDefaultCredentialsProvider",
"description": "If true, the DynamoDB client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-streams-source.uriEndpointOverride": {
"name": "camel.kamelet.aws-ddb-streams-source.uriEndpointOverride",
"description": "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-streams-source.overrideEndpoint": {
"name": "camel.kamelet.aws-ddb-streams-source.overrideEndpoint",
"description": "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ddb-streams-source.delay": {
"name": "camel.kamelet.aws-ddb-streams-source.delay",
"description": "The number of milliseconds before the next poll from the database.",
"defaultValue": "500",
"priority": "MEDIUM",
"required": "false"
}
}
}