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/docdb.ts?docs=full";

Detailed information about an engine version.

interface DBEngineVersion {
DBEngineDescription?: string | null;
DBEngineVersionDescription?: string | null;
DBParameterGroupFamily?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
ExportableLogTypes: string[];
SupportsLogExportsToCloudwatchLogs?: 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 parameter group family for the database engine.

§
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 Amazon CloudWatch Logs.

§
SupportsLogExportsToCloudwatchLogs?: boolean | null
[src]

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

§
ValidUpgradeTarget: UpgradeTarget[]
[src]

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