mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-01-27 18:20:52 +00:00
51 lines
1.0 KiB
JSON
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"
|
|
} |