jef-store-printer-profiles ========================== Source ------ - Repository: ``jef-systems/jef-store-backend`` - Table: ``jef-store-printer-profiles`` - Schema path: ``dynamodb/jef-store-printer-profiles/schema.json`` - Commit: ``c1faf2c1cfb01ebac06b1c50ce749c8afe75908e`` - Generated at: ``2026-05-04T13:03:12Z`` Attributes ---------- .. code-block:: json { "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 ---------- .. code-block:: json { "pk": "printer_profile_id" } Raw Schema ---------- .. code-block:: json { "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" } }