{
"AttributeDefinitions": [
{
"AttributeName": "PK",
"AttributeType": "S"
},
{
"AttributeName": "SK",
"AttributeType": "S"
},
{
"AttributeName": "GSI2PK",
"AttributeType": "S"
}
],
"CreationDateTime": "2025-02-18T04:25:00.681Z",
"DeletionProtectionEnabled": false,
"GlobalSecondaryIndexes": [
{
"IndexArn": "arn:aws:dynamodb:ddblocal:000000000000:table/TPSTDeal/index/GSI2",
"IndexName": "GSI2",
"IndexSizeBytes": 2536,
"IndexStatus": "ACTIVE",
"ItemCount": 4,
"KeySchema": [
{
"AttributeName": "GSI2PK",
"KeyType": "HASH"
},
{
"AttributeName": "SK",
"KeyType": "RANGE"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
}
],
"ItemCount": 4,
"KeySchema": [
{
"AttributeName": "PK",
"KeyType": "HASH"
},
{
"AttributeName": "SK",
"KeyType": "RANGE"
}
],
"ProvisionedThroughput": {
"LastDecreaseDateTime": "1970-01-01T00:00:00.000Z",
"LastIncreaseDateTime": "1970-01-01T00:00:00.000Z",
"NumberOfDecreasesToday": 0,
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
},
"TableArn": "arn:aws:dynamodb:ddblocal:000000000000:table/TPSTDeal",
"TableName": "TPSTDeal",
"TableSizeBytes": 2536,
"TableStatus": "ACTIVE"
}