AmazonSqs
Last updated
Last updated
AmazonSqs source connector
Read data from Amazon SQS.
url
String
Yes
-
The Queue URL to read from Amazon SQS.
region
String
No
-
The AWS region for the SQS service
schema
Config
No
-
The structure of the data, including field names and field types.
format
String
No
json
format_error_handle_way
String
No
fail
The processing method of data format error. The default value is fail, and the optional value is (fail, skip). When fail is selected, data format error will block and an exception will be thrown. When skip is selected, data format error will skip this line data.
field_delimiter
String
No
,
Customize the field delimiter for data format.
common-options
No
-
Data format. The default format is json. Optional text format, canal-json and debezium-json.If you use json or text format. The default field separator is ", ". If you customize the delimiter, add the "field_delimiter" option.If you use canal format, please refer to for details.If you use debezium format, please refer to for details.
Source plugin common parameters, please refer to for details