AmazonDynamoDB

Amazon DynamoDB sink connector

Description

Write data to Amazon DynamoDB

Key features

Options

nametyperequireddefault value
urlstringyes-
regionstringyes-
access_key_idstringyes-
secret_access_keystringyes-
tablestringyes-
batch_sizestringno25
batch_interval_msstringno1000
common-optionsno-

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

Amazondynamodb {
    url = "http://127.0.0.1:8000"
    region = "us-east-1"
    accessKeyId = "dummy-key"
    secretAccessKey = "dummy-secret"
    table = "TableName"
  }

Changelog

next version

  • Add Amazon DynamoDB Sink Connector