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

UpgradeTarget

import type { UpgradeTarget } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";

The version of the database engine that a DB instance can be upgraded to.

interface UpgradeTarget {
AutoUpgrade?: boolean | null;
Description?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
IsMajorVersionUpgrade?: boolean | null;
}

§Properties

§
AutoUpgrade?: boolean | null
[src]

A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

§
Description?: string | null
[src]

The version of the database engine that a DB instance can be upgraded to.

§
Engine?: string | null
[src]

The name of the upgrade target database engine.

§
EngineVersion?: string | null
[src]

The version number of the upgrade target database engine.

§
IsMajorVersionUpgrade?: boolean | null
[src]

A value that indicates whether a database engine is upgraded to a major version.