{
  "AttributeDefinitions": [
    { "AttributeName": "hashkey", "AttributeType": "S" }
  ],
  "KeySchema": [
    { "AttributeName": "hashkey", "KeyType": "HASH" }
  ],
  "ProvisionedThroughput": { "ReadCapacityUnits": 5, "WriteCapacityUnits": 7 },
  "TableName": "tablename"
}
