Amazon DynamoDB sink connector
Write data to Amazon DynamoDB
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 | - |
The URL to write to Amazon DynamoDB.
The region of Amazon DynamoDB.
The access id of Amazon DynamoDB.
The access secret of Amazon DynamoDB.
The table of Amazon DynamoDB.
Sink plugin common parameters, please refer to Sink Common Options for details.
Amazondynamodb {
url = "http://127.0.0.1:8000"
region = "us-east-1"
accessKeyId = "dummy-key"
secretAccessKey = "dummy-secret"
table = "TableName"
}
- Add Amazon DynamoDB Sink Connector