RelationalDatabaseSnapshot
import type { RelationalDatabaseSnapshot } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface RelationalDatabaseSnapshot {
arn?: string | null;
createdAt?: Date | number | null;
engine?: string | null;
engineVersion?: string | null;
fromRelationalDatabaseArn?: string | null;
fromRelationalDatabaseBlueprintId?: string | null;
fromRelationalDatabaseBundleId?: string | null;
fromRelationalDatabaseName?: string | null;
location?: ResourceLocation | null;
name?: string | null;
resourceType?: ResourceType | null;
sizeInGb?: number | null;
state?: string | null;
supportCode?: string | null;
tags?: Tag[] | null;
}