Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DatabaseDeploymentDetails

import type { DatabaseDeploymentDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

The details of a database deployment asset.

interface DatabaseDeploymentDetails {
readonly aggregatedStats?: DatabaseDeploymentDetailsAggregatedStats;
awsRds?: AwsRds;
edition?: string;
generatedId?: string;
manualUniqueId?: string;
version?: string;
}

§Properties

§

Output only. Aggregated stats for the database deployment.

§
awsRds?: AwsRds
[src]

Optional. Details of an AWS RDS instance.

§
edition?: string
[src]

Optional. The database deployment edition.

§
generatedId?: string
[src]

Optional. The database deployment generated ID.

§
manualUniqueId?: string
[src]

Optional. A manual unique ID set by the user.

§

Optional. Details of a MYSQL database deployment.

§

Optional. Details of a PostgreSQL database deployment.

§

Optional. Details of a Microsoft SQL Server database deployment.

§

Optional. Details of the database deployment topology.

§
version?: string
[src]

Optional. The database deployment version.