"camel.kamelet.aws-ddb-streams-source.accessKey"
"The access key obtained from AWS."
"camel.kamelet.aws-ddb-streams-source.delay"
"The number of milliseconds before the next poll from the database."
"camel.kamelet.aws-ddb-streams-source.overrideEndpoint"
"Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option."
"camel.kamelet.aws-ddb-streams-source.region"
"The AWS region to access."
"camel.kamelet.aws-ddb-streams-source.secretKey"
"The secret key obtained from AWS."
"camel.kamelet.aws-ddb-streams-source.streamIteratorType"
"FROM_LATEST"
"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."
"camel.kamelet.aws-ddb-streams-source.table"
"The name of the DynamoDB table."
"camel.kamelet.aws-ddb-streams-source.uriEndpointOverride"
"The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option."
"camel.kamelet.aws-ddb-streams-source.useDefaultCredentialsProvider"
"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)."