This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit df6f4c455c17e96bcefd30422fb7815e426ebd2e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 25 13:44:22 2021 +0100 Added Fhir Source Kamelet --- docs/modules/ROOT/nav.adoc | 1 + docs/modules/ROOT/pages/aws-ddb-streams-source.adoc | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index ea98523..c8fedb9 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -9,6 +9,7 @@ * xref:ROOT:dropbox-sink.adoc[image:kamelets/dropbox-sink.svg[] Dropbox Sink] * xref:ROOT:dropbox-source.adoc[image:kamelets/dropbox-source.svg[] Dropbox Source] * xref:ROOT:earthquake-source.adoc[image:kamelets/earthquake-source.svg[] Earthquake Source] +* xref:ROOT:fhir-source.adoc[image:kamelets/fhir-source.svg[] Fhir Source] * xref:ROOT:file-watch-source.adoc[image:kamelets/file-watch-source.svg[] File Watch Source] * xref:ROOT:ftp-source.adoc[image:kamelets/ftp-source.svg[] FTP Source] * xref:ROOT:ftps-source.adoc[image:kamelets/ftps-source.svg[] FTPS Source] diff --git a/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc b/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc index 8dd12f3..8a22eb5 100644 --- a/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc +++ b/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc @@ -14,9 +14,9 @@ The following table summarizes the configuration options available for the `aws- | *accessKey {empty}* *| Access Key| The access key obtained from AWS| string| | | *region {empty}* *| AWS Region| The AWS region to connect to| string| | `"eu-west-1"` | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | -| bucketNameOrArn| Table| Name of the DynamoDB table to look at| string| | -| iteratorType| Iterator Type| Defines where in the DynaboDB stream to start getting records. Note that using TRIM_HORIZON can cause a significant delay before the stream has caught up to real-time. if {AT,AFTER}_SEQUENCE_NUMBER are used, then a sequenceNumberProvider MUST be supplied. There are 4 enums and the value can be one of TRIM_HORIZON, LATEST, AT_SEQUENCE_NUMBER, AFTER_SEQUENCE_NUMBER| String| `"LATEST"`| -| sequenceNumberProvider| Sequence Number Provider| Provider for the sequence number when using one of the two ShardIteratorType AT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER iterator types. Can be a registry reference or a literal sequence number.| string| | `"900000000005745712447"` +| *table {empty}* *| Table| Name of the DynamoDB table to look at| string| | +| iteratorType| Iterator Type| Defines where in the DynaboDB stream to start getting records. Note that using TRIM_HORIZON can cause a significant delay before the stream has caught up to real-time. if {AT,AFTER}_SEQUENCE_NUMBER are used, then a sequenceNumberProvider MUST be supplied. There are 4 enums and the value can be one of TRIM_HORIZON, LATEST, AT_SEQUENCE_NUMBER, AFTER_SEQUENCE_NUMBER| string| `"LATEST"`| +| sequenceNumberProvider| Sequence Number Provider| Provider for the sequence number when using one of the two ShardIteratorType AT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER iterator types. Can be a registry reference or a literal sequence number.| string| `"000000000000000000000"`| `"900000000005745712447"` |=== NOTE: Fields marked with ({empty}*) are mandatory. @@ -46,6 +46,7 @@ spec: accessKey: "The Access Key" region: "eu-west-1" secretKey: "The Secret Key" + table: "The Table" sink: ref: kind: InMemoryChannel