From 4e30f05b1a4b3828d6bb49f67af87ba66665b8be Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Wed, 24 Mar 2021 08:53:06 +0100 Subject: [PATCH] AWS SQS Kamelets: Regen --- docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc | 1 + docs/modules/ROOT/pages/aws-sqs-sink.adoc | 1 + docs/modules/ROOT/pages/aws-sqs-source.adoc | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc index d83e2d049..8db85a3fd 100644 --- a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc +++ b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc @@ -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`| |=== diff --git a/docs/modules/ROOT/pages/aws-sqs-sink.adoc b/docs/modules/ROOT/pages/aws-sqs-sink.adoc index c4f612fe1..0ea5c3a57 100644 --- a/docs/modules/ROOT/pages/aws-sqs-sink.adoc +++ b/docs/modules/ROOT/pages/aws-sqs-sink.adoc @@ -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. diff --git a/docs/modules/ROOT/pages/aws-sqs-source.adoc b/docs/modules/ROOT/pages/aws-sqs-source.adoc index a4f2d12ff..55957d81c 100644 --- a/docs/modules/ROOT/pages/aws-sqs-source.adoc +++ b/docs/modules/ROOT/pages/aws-sqs-source.adoc @@ -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`| |===