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

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

interface DBEngineVersion {
CreateTime?: Date | number | null;
CustomDBEngineVersionManifest?: string | null;
DatabaseInstallationFilesS3BucketName?: string | null;
DatabaseInstallationFilesS3Prefix?: string | null;
DBEngineDescription?: string | null;
DBEngineMediaType?: string | null;
DBEngineVersionArn?: string | null;
DBEngineVersionDescription?: string | null;
DBParameterGroupFamily?: string | null;
DefaultCharacterSet?: CharacterSet | null;
Engine?: string | null;
EngineVersion?: string | null;
ExportableLogTypes: string[];
Image?: CustomDBEngineVersionAMI | null;
KMSKeyId?: string | null;
MajorEngineVersion?: string | null;
Status?: string | null;
SupportedCACertificateIdentifiers: string[];
SupportedCharacterSets: CharacterSet[];
SupportedEngineModes: string[];
SupportedFeatureNames: string[];
SupportedNcharCharacterSets: CharacterSet[];
SupportedTimezones: Timezone[];
SupportsBabelfish?: boolean | null;
SupportsCertificateRotationWithoutRestart?: boolean | null;
SupportsGlobalDatabases?: boolean | null;
SupportsLogExportsToCloudwatchLogs?: boolean | null;
SupportsParallelQuery?: boolean | null;
SupportsReadReplica?: boolean | null;
TagList: Tag[];
ValidUpgradeTarget: UpgradeTarget[];
}

§Properties

§
CreateTime?: Date | number | null
[src]

The creation time of the DB engine version.

§
CustomDBEngineVersionManifest?: string | null
[src]

JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

§
DatabaseInstallationFilesS3BucketName?: string | null
[src]

The name of the Amazon S3 bucket that contains your database installation files.

§
DatabaseInstallationFilesS3Prefix?: string | null
[src]

The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

§
DBEngineDescription?: string | null
[src]

The description of the database engine.

§
DBEngineMediaType?: string | null
[src]

A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

§
DBEngineVersionArn?: string | null
[src]

The ARN of the custom engine version.

§
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]

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

§
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.

§

The EC2 image

§
KMSKeyId?: string | null
[src]

The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

§
MajorEngineVersion?: string | null
[src]

The major engine version of the CEV.

§
Status?: string | null
[src]

The status of the DB engine version, either available or deprecated.

§
SupportedCACertificateIdentifiers: string[]
[src]

A list of the supported CA certificate identifiers.

For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

§
SupportedCharacterSets: CharacterSet[]
[src]

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

§
SupportedEngineModes: string[]
[src]

A list of the supported DB engine modes.

§
SupportedFeatureNames: string[]
[src]

A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

§
SupportedNcharCharacterSets: CharacterSet[]
[src]

A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

§
SupportedTimezones: Timezone[]
[src]

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

§
SupportsBabelfish?: boolean | null
[src]

A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

§
SupportsCertificateRotationWithoutRestart?: boolean | null
[src]

A value that indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

§
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.

§
SupportsParallelQuery?: boolean | null
[src]

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

§
SupportsReadReplica?: boolean | null
[src]

Indicates whether the database engine version supports read replicas.

§
TagList: Tag[]
[src]
§
ValidUpgradeTarget: UpgradeTarget[]
[src]

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