Database Snapshots
+ + {snapshotsQuery.data ? `${snapshotsQuery.data.length} snapshots` : "Snapshots"} + ++ {listCapability?.reason ?? "Snapshot listing is not available."} +
+ ) : snapshotsQuery.isLoading ? ( +Loading snapshots…
+Resources
@@ -311,6 +368,15 @@ export function DynamicResourceView({ }} onCancel={() => setCreateOpen(false)} /> + ) : service === "database" && cloud === "aws" ? ( +Snapshots
- -- {createSnapshot.error instanceof Error - ? createSnapshot.error.message - : "Snapshot creation failed."} -
- )} - {snapshotsQuery.isLoading ? ( -Loading snapshots.
- ) : snapshotsQuery.isError ? ( -- {snapshotsQuery.error instanceof Error - ? snapshotsQuery.error.message - : "Failed to load snapshots."} -
- ) : (snapshotsQuery.data?.length ?? 0) === 0 ? ( -- No snapshots returned for this DB instance. -
- ) : ( -No security groups.
| ID | -Status | -
|---|---|
| {group.id ?? "-"} | -{group.status ?? "-"} | -
No subnet group.
| Subnet | -AZ | -Status | -
|---|---|---|
| {subnet.identifier ?? "-"} | -{subnet.availabilityZone ?? "-"} | -{subnet.status ?? "-"} | -