AmazonDynamoDB
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â
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