This provides information about a sandbox, if any, in the user’s environment.
demodb.public/demostore# DESCRIBE SANDBOX;
+----------+--------------------------------------+---------------+-----------------+------------------------+-------------------------------+-------------------------------+
| Status | Id | Region | Error Messages | Function Sources | Created At | Updated At |
+==========+======================================+===============+=================+========================+===============================+===============================+
| STARTING | ccff4480-1970-41fd-969e-34c40928eac6 | AWS us-east-1 | [] | ["demofnsrc","my_src"] | 2024-07-18 15:30:50 +0000 UTC | 2024-07-18 15:30:50 +0000 UTC |
+----------+--------------------------------------+---------------+-----------------+------------------------+-------------------------------+-------------------------------+
demodb.public/demostore# DESCRIBE SANDBOX;
+---------+--------------------------------------+---------------+-----------------+------------------------+-------------------------------+-------------------------------+
| Status | Id | Region | Error Messages | Function Sources | Created At | Updated At |
+=========+======================================+===============+=================+========================+===============================+===============================+
| RUNNING | ccff4480-1970-41fd-969e-34c40928eac6 | AWS us-east-1 | [] | ["demofnsrc","my_src"] | 2024-07-18 15:30:50 +0000 UTC | 2024-07-18 15:30:50 +0000 UTC |
+---------+--------------------------------------+---------------+-----------------+------------------------+-------------------------------+-------------------------------+
When the sandbox is terminated or stopped after being idle, it transitions to the STOPPED
status:
demodb.public/demostore# DESCRIBE SANDBOX;
+---------+-----+---------+-----------------+-------------------+-------------+-------------+
| Status | Id | Region | Error Messages | Function Sources | Created At | Updated At |
+=========+=====+=========+=================+===================+=============+=============+
| STOPPED | | | | | <null> | <null> |
+---------+-----+---------+-----------------+-------------------+-------------+-------------+