AmazonDynamoDB

AmazonDynamoDB source connector

Read data from Amazon DynamoDB.

Key featuresarrow-up-right

name
type
required
default value

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

-

url [string]arrow-up-right

The URL to read to Amazon Dynamodb.

region [string]arrow-up-right

The region of Amazon Dynamodb.

accessKeyId [string]arrow-up-right

The access id of Amazon DynamoDB.

secretAccessKey [string]arrow-up-right

The access secret of Amazon DynamoDB.

table [string]arrow-up-right

The table of Amazon DynamoDB.

schema [Config]arrow-up-right

fields [config]arrow-up-right

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:

common optionsarrow-up-right

Source Plugin common parameters, refer to Source Common Options for details

scan_item_limitarrow-up-right

number of item each scan request should return

parallel_scan_threadsarrow-up-right

number of logical segments for parallel scan

Last updated