Skip to content

Commit

Permalink
AWS SQS Kamelets: Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd authored and nicolaferraro committed Mar 24, 2021
1 parent ffd13ff commit 4e30f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The following table summarizes the configuration options available for the `aws-
| *queueNameOrArn {empty}* *| Queue Name| The SQS Queue name or ARN| 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| |
| autoCreateQueue| Autocreate queue| Setting the autocreation of the SQS queue.| boolean| `false`|
| contentBasedDeduplication| Content-Based Deduplication| Use content-based deduplication (should be enabled in the SQS FIFO queue first)| boolean| `false`|
|===

Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/aws-sqs-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The following table summarizes the configuration options available for the `aws-
| *queueNameOrArn {empty}* *| Queue Name| The SQS Queue name or ARN| 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| |
| autoCreateQueue| Autocreate queue| Setting the autocreation of the SQS queue.| boolean| `false`|
|===

NOTE: Fields marked with ({empty}*) are mandatory.
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/aws-sqs-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The following table summarizes the configuration options available for the `aws-
| *queueNameOrArn {empty}* *| Queue Name| The SQS Queue name or ARN| 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| |
| autoCreateQueue| Autocreate queue| Setting the autocreation of the SQS queue.| boolean| `false`|
| deleteAfterRead| Auto-delete messages| Delete messages after consuming them| boolean| `true`|
|===

Expand Down

0 comments on commit 4e30f05

Please sign in to comment.