This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 358ebf8cfc0c8d9c3ea3ef24ef366b69127580e6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon May 27 10:10:47 2019 +0200

    CAMEL-13571 - Docs
---
 components/camel-aws-sns/src/main/docs/aws-sns-component.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws-sns/src/main/docs/aws-sns-component.adoc 
b/components/camel-aws-sns/src/main/docs/aws-sns-component.adoc
index 8a4ef58..0127321 100644
--- a/components/camel-aws-sns/src/main/docs/aws-sns-component.adoc
+++ b/components/camel-aws-sns/src/main/docs/aws-sns-component.adoc
@@ -223,6 +223,11 @@ 
from("aws-sqs://test-camel?amazonSQSClient=#amazonSQSClient&delay=50&maxMessages
     .to(...);
 -------------------------------------------------
 
+### Topic Autocreation
+
+With the option `autoCreateTopic` users are able to avoid the autocreation of 
an SNS Topic in case it doesn't exist. The default for this option is `true`.
+If set to false any operation on a not-existent topic in AWS won't be 
successful and an error will be returned.
+
 ### Automatic detection of AmazonSNS client in registry
 
 From Camel 3.0.0-M3 the component will be able to detect the presence of an 
AmazonSNS bean into the registry.

Reply via email to