AmazonDynamoDB
Last updated
Last updated
AmazonDynamoDB source connector
Read data from Amazon DynamoDB.
url
string
yes
-
region
string
yes
-
access_key_id
string
yes
-
secret_access_key
string
yes
-
table
string
yes
-
schema
config
yes
-
common-options
yes
-
scan_item_limit
false
-
parallel_scan_threads
false
-
The URL to read to Amazon Dynamodb.
The region of Amazon Dynamodb.
The access id of Amazon DynamoDB.
The access secret of Amazon DynamoDB.
The table of Amazon DynamoDB.
Amazon Dynamodb is a NOSQL database service of support keys-value storage and document data structure,there is no way to get the data type.Therefore, we must configure schema.
such as:
Source Plugin common parameters, refer to Source Common Options for details
number of item each scan request should return
number of logical segments for parallel scan
fields [config]