jef-store-printer-profiles¶
Source¶
Repository:
jef-systems/jef-store-backendTable:
jef-store-printer-profilesSchema path:
dynamodb/jef-store-printer-profiles/schema.jsonCommit:
c1faf2c1cfb01ebac06b1c50ce749c8afe75908eGenerated at:
2026-05-04T13:03:12Z
Attributes¶
{
"printer_profile_id": "string",
"entity_number": "string",
"employee_number": "string",
"device_id": "string",
"device_name": "string",
"service_uuid": "string",
"characteristic_uuid": "string",
"write_mode": "string",
"environment": "string",
"is_default": "boolean",
"last_connected_at": "string",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
}
Main Index¶
{
"pk": "printer_profile_id"
}
Raw Schema¶
{
"table": "jef-store-printer-profiles",
"attributes": {
"printer_profile_id": "string",
"entity_number": "string",
"employee_number": "string",
"device_id": "string",
"device_name": "string",
"service_uuid": "string",
"characteristic_uuid": "string",
"write_mode": "string",
"environment": "string",
"is_default": "boolean",
"last_connected_at": "string",
"is_active": "boolean",
"is_deleted": "boolean",
"deleted_at": "string",
"created_at": "string",
"updated_at": "string",
"idempotency_key": "string",
"schema_version": "number",
"version": "number"
},
"main_index": {
"pk": "printer_profile_id"
},
"gsi_1": {
"gsi_1_pk": "entity_number",
"gsi_1_sk": "employee_number"
},
"gsi_2": {
"gsi_2_pk": "device_id",
"gsi_2_sk": "updated_at"
}
}