You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
770 B
35 lines
770 B
{
|
|
"AttributeDefinitions": [
|
|
{
|
|
"AttributeName": "pk",
|
|
"AttributeType": "S"
|
|
},
|
|
{
|
|
"AttributeName": "gsi1pk",
|
|
"AttributeType": "S"
|
|
}
|
|
],
|
|
"TableName": "owltier-local",
|
|
"KeySchema": [
|
|
{
|
|
"AttributeName": "pk",
|
|
"KeyType": "HASH"
|
|
}
|
|
],
|
|
"GlobalSecondaryIndexes": [
|
|
{
|
|
"IndexName": "gsi1",
|
|
"KeySchema": [
|
|
{
|
|
"AttributeName": "gsi1pk",
|
|
"KeyType": "HASH"
|
|
}
|
|
],
|
|
"Projection": {
|
|
"ProjectionType": "ALL"
|
|
}
|
|
}
|
|
],
|
|
"BillingMode": "PAY_PER_REQUEST",
|
|
"TableClass": "STANDARD"
|
|
} |