DynamoDB Export

Export data to a DynamoDB database.

Properties

NameType
engineString=dynamodb:write
credentialsObject
regionString
table_nameString
partition_keyString

engine

Must be dynamodb:write.

Required
Yes

credentials

The AWS credentials.

Required
Yes

Properties

NameType
access_key_idString
secret_access_keyString

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