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

DBEngineVersion

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

This data type is used as a response element in the action "DescribeDBEngineVersions".

interface DBEngineVersion {
DBEngineDescription?: string | null;
DBEngineVersionDescription?: string | null;
DBParameterGroupFamily?: string | null;
DefaultCharacterSet?: CharacterSet | null;
Engine?: string | null;
EngineVersion?: string | null;
ExportableLogTypes: string[];
SupportedCharacterSets: CharacterSet[];
SupportedTimezones: Timezone[];
SupportsGlobalDatabases?: boolean | null;
SupportsLogExportsToCloudwatchLogs?: boolean | null;
SupportsReadReplica?: boolean | null;
ValidUpgradeTarget: UpgradeTarget[];
}

§Properties

§
DBEngineDescription?: string | null
[src]

The description of the database engine.

§
DBEngineVersionDescription?: string | null
[src]

The description of the database engine version.

§
DBParameterGroupFamily?: string | null
[src]

The name of the DB parameter group family for the database engine.

§
DefaultCharacterSet?: CharacterSet | null
[src]

(Not supported by Neptune)

§
Engine?: string | null
[src]

The name of the database engine.

§
EngineVersion?: string | null
[src]

The version number of the database engine.

§
ExportableLogTypes: string[]
[src]

The types of logs that the database engine has available for export to CloudWatch Logs.

§
SupportedCharacterSets: CharacterSet[]
[src]

(Not supported by Neptune)

§
SupportedTimezones: Timezone[]
[src]

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

§
SupportsGlobalDatabases?: boolean | null
[src]

A value that indicates whether you can use Aurora global databases with a specific DB engine version.

§
SupportsLogExportsToCloudwatchLogs?: boolean | null
[src]

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

§
SupportsReadReplica?: boolean | null
[src]

Indicates whether the database engine version supports read replicas.

§
ValidUpgradeTarget: UpgradeTarget[]
[src]

A list of engine versions that this database engine version can be upgraded to.