{
"AttributeDefinitions": [
{
"AttributeName": "appealId",
"AttributeType": "S"
},
{
"AttributeName": "sk",
"AttributeType": "S"
},
{
"AttributeName": "userId",
"AttributeType": "S"
}
],
"CreationDateTime": "2026-05-11T06:47:26.054Z",
"DeletionProtectionEnabled": false,
"GlobalSecondaryIndexes": [
{
"IndexArn": "arn:aws:dynamodb:ddblocal:000000000000:table/support_bot_appeal_users/index/UserAppealsIndex",
"IndexName": "UserAppealsIndex",
"IndexSizeBytes": 0,
"IndexStatus": "ACTIVE",
"ItemCount": 0,
"KeySchema": [
{
"AttributeName": "userId",
"KeyType": "HASH"
}
],
"Projection": {
"ProjectionType": "ALL"
},
"ProvisionedThroughput": {
"ReadCapacityUnits": 1,
"WriteCapacityUnits": 1
}
}
],
"ItemCount": 0,
"KeySchema": [
{
"AttributeName": "appealId",
"KeyType": "HASH"
},
{
"AttributeName": "sk",
"KeyType": "RANGE"
}
],
"ProvisionedThroughput": {
"LastDecreaseDateTime": "1970-01-01T00:00:00.000Z",
"LastIncreaseDateTime": "1970-01-01T00:00:00.000Z",
"NumberOfDecreasesToday": 0,
"ReadCapacityUnits": 1,
"WriteCapacityUnits": 1
},
"TableArn": "arn:aws:dynamodb:ddblocal:000000000000:table/support_bot_appeal_users",
"TableName": "support_bot_appeal_users",
"TableSizeBytes": 0,
"TableStatus": "ACTIVE"
}