mqtt_sub.json 437 B

12345678910111213141516
  1. {
  2. "TableName": "mqtt_sub",
  3. "KeySchema": [
  4. { "AttributeName": "clientid", "KeyType": "HASH" },
  5. { "AttributeName": "topic", "KeyType": "RANGE" }
  6. ],
  7. "AttributeDefinitions": [
  8. { "AttributeName": "clientid", "AttributeType": "S" },
  9. { "AttributeName": "topic", "AttributeType": "S" }
  10. ],
  11. "ProvisionedThroughput": {
  12. "ReadCapacityUnits": 5,
  13. "WriteCapacityUnits": 5
  14. }
  15. }