{
"AttributeDefinitions": [
{
"AttributeName": "PK",
"AttributeType": "S"
},
{
"AttributeName": "SK",
"AttributeType": "S"
},
{
"AttributeName": "GSI1PK",
"AttributeType": "S"
},
{
"AttributeName": "GSI1SK",
"AttributeType": "S"
}
],
"CreationDateTime": "2025-04-23T10:37:01.630Z",
"DeletionProtectionEnabled": false,
"GlobalSecondaryIndexes": [
{
"IndexArn": "arn:aws:dynamodb:ddblocal:000000000000:table/TPSTShift_B30/index/GSI1",
"IndexName": "GSI1",
"IndexSizeBytes": 737,
"IndexStatus": "ACTIVE",
"ItemCount": 2,
"KeySchema": [
{
"AttributeName": "GSI1PK",
"KeyType": "HASH"
},
{
"AttributeName": "GSI1SK",
"KeyType": "RANGE"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
}
],
"ItemCount": 2,
"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/TPSTShift_B30",
"TableName": "TPSTShift_B30",
"TableSizeBytes": 737,
"TableStatus": "ACTIVE"
}