{
"AttributeDefinitions": [
{
"AttributeName": "PK",
"AttributeType": "S"
},
{
"AttributeName": "SK",
"AttributeType": "S"
},
{
"AttributeName": "GSI1PK",
"AttributeType": "S"
},
{
"AttributeName": "GSI1SK",
"AttributeType": "S"
},
{
"AttributeName": "GSI2PK",
"AttributeType": "S"
},
{
"AttributeName": "GSI2SK",
"AttributeType": "S"
}
],
"CreationDateTime": "2025-04-24T07:13:43.823Z",
"DeletionProtectionEnabled": false,
"GlobalSecondaryIndexes": [
{
"IndexArn": "arn:aws:dynamodb:ddblocal:000000000000:table/TPSTPosReg/index/GSI2",
"IndexName": "GSI2",
"IndexSizeBytes": 16496,
"IndexStatus": "ACTIVE",
"ItemCount": 44,
"KeySchema": [
{
"AttributeName": "GSI2PK",
"KeyType": "HASH"
},
{
"AttributeName": "GSI2SK",
"KeyType": "RANGE"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
},
{
"IndexArn": "arn:aws:dynamodb:ddblocal:000000000000:table/TPSTPosReg/index/GSI1",
"IndexName": "GSI1",
"IndexSizeBytes": 16496,
"IndexStatus": "ACTIVE",
"ItemCount": 44,
"KeySchema": [
{
"AttributeName": "GSI1PK",
"KeyType": "HASH"
},
{
"AttributeName": "GSI1SK",
"KeyType": "RANGE"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"ProvisionedThroughput": {
"ReadCapacityUnits": 5,
"WriteCapacityUnits": 5
}
}
],
"ItemCount": 44,
"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/TPSTPosReg",
"TableName": "TPSTPosReg",
"TableSizeBytes": 16496,
"TableStatus": "ACTIVE"
}