AmazonDynamoDB

Amazon DynamoDB sink connector

Write data to 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

-

batch_size

string

no

25

common-options

no

-

url [string]arrow-up-right

The URL to write 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.

common optionsarrow-up-right

Sink plugin common parameters, please refer to Sink Common Options for details.

Last updated