Amazon DynamoDB sink connector

Description

Write data to Amazon DynamoDB

Key Features

Options

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]

The URL to write to Amazon DynamoDB.

region [string]

The region of Amazon DynamoDB.

accessKeyId [string]

The access id of Amazon DynamoDB.

secretAccessKey [string]

The access secret of Amazon DynamoDB.

table [string]

The table of Amazon DynamoDB.

common options

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

Example

  1. Amazondynamodb {
  2. url = "http://127.0.0.1:8000"
  3. region = "us-east-1"
  4. accessKeyId = "dummy-key"
  5. secretAccessKey = "dummy-secret"
  6. table = "TableName"
  7. }

Changelog

next version

  • Add Amazon DynamoDB Sink Connector