|
{
|
|
"TableName": "mqtt_client",
|
|
"KeySchema": [
|
|
{ "AttributeName": "clientid", "KeyType": "HASH" }
|
|
],
|
|
"AttributeDefinitions": [
|
|
{ "AttributeName": "clientid", "AttributeType": "S" }
|
|
],
|
|
"ProvisionedThroughput": {
|
|
"ReadCapacityUnits": 5,
|
|
"WriteCapacityUnits": 5
|
|
}
|
|
}
|