Options for creating a sandbox.
interface CreateSandboxOptionsIdle timeout in seconds. The sandbox is deleted after this much inactivity.
Must be a multiple of 60, or 0/undefined to disable or omit.
Display name (can be updated).
Maximum lifetime in seconds from creation. The sandbox is deleted after
this duration. Must be a multiple of 60, or 0/undefined to disable or omit.
Whether to wait for the sandbox to be ready before returning. When false, returns immediately with status "provisioning". Use getSandboxStatus() or waitForSandbox() to poll for readiness. Default: true.