DynamoDB Export
Export data to a DynamoDB database.
Properties
| Name | Type | |
|---|---|---|
| engine | String=dynamodb:write | |
| credentials | Object | |
| region | String | |
| table_name | String | |
| partition_key | String | |
engine
Must be dynamodb:write.
- Required
- Yes
credentials
The AWS credentials.
- Required
- Yes
Properties
| Name | Type | |
|---|---|---|
| access_key_id | String | |
| secret_access_key | String | |
credentials.access_key_id
Access key ID to authenticate with.
- Required
- Yes
credentials.secret_access_key
Secret access key to authenticate with.
- Required
- Yes
region
The region of the DynamoDB database.
- Required
- Yes
table_name
The name of the DynamoDB table.
- Required
- Yes
partition_key
The partition key the DynamoDB table.
- Required
- Yes