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