Files
mpicci200_comcast 0da1d4f4ca fix argus database script
one reason why local webhooks don't work
2025-08-20 17:42:27 -04:00

51 lines
1.0 KiB
JSON

{
"AttributeDefinitions": [
{
"AttributeName": "bucket",
"AttributeType": "S"
},
{
"AttributeName": "id",
"AttributeType": "S"
},
{
"AttributeName": "expires",
"AttributeType": "N"
}
],
"TableName": "gifnoc",
"KeySchema": [
{
"AttributeName": "bucket",
"KeyType": "HASH"
},
{
"AttributeName": "id",
"KeyType": "RANGE"
}
],
"GlobalSecondaryIndexes": [
{
"IndexName": "Expires-index",
"KeySchema": [
{
"AttributeName": "bucket",
"KeyType": "HASH"
},
{
"AttributeName": "expires",
"KeyType": "RANGE"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
}
],
"BillingMode": "PAY_PER_REQUEST",
"TableClass": "STANDARD"
}