AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBEngineVersion

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class DBEngineVersion

The DBEngineVersion type exposes the following members

Constructors

NameDescription
Public Method DBEngineVersion()

Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The creation time of the DB engine version.

Public Property CustomDBEngineVersionManifest System.String

Gets and sets the property CustomDBEngineVersionManifest.

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.

Public Property DatabaseInstallationFilesS3BucketName System.String

Gets and sets the property DatabaseInstallationFilesS3BucketName.

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

Public Property DatabaseInstallationFilesS3Prefix System.String

Gets and sets the property DatabaseInstallationFilesS3Prefix.

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

Public Property DBEngineDescription System.String

Gets and sets the property DBEngineDescription.

The description of the database engine.

Public Property DBEngineMediaType System.String

Gets and sets the property DBEngineMediaType.

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

Public Property DBEngineVersionArn System.String

Gets and sets the property DBEngineVersionArn.

The ARN of the custom engine version.

Public Property DBEngineVersionDescription System.String

Gets and sets the property DBEngineVersionDescription.

The description of the database engine version.

Public Property DBParameterGroupFamily System.String

Gets and sets the property DBParameterGroupFamily.

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

Public Property DefaultCharacterSet Amazon.RDS.Model.CharacterSet

Gets and sets the property DefaultCharacterSet.

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

Public Property Engine System.String

Gets and sets the property Engine.

The name of the database engine.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The version number of the database engine.

Public Property ExportableLogTypes System.Collections.Generic.List<System.String>

Gets and sets the property ExportableLogTypes.

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

Public Property Image Amazon.RDS.Model.CustomDBEngineVersionAMI

Gets and sets the property Image.

The EC2 image

Public Property KMSKeyId System.String

Gets and sets the property KMSKeyId.

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

Public Property MajorEngineVersion System.String

Gets and sets the property MajorEngineVersion.

The major engine version of the CEV.

Public Property Status System.String

Gets and sets the property Status.

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

Public Property SupportedCACertificateIdentifiers System.Collections.Generic.List<System.String>

Gets and sets the property SupportedCACertificateIdentifiers.

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.

Public Property SupportedCharacterSets System.Collections.Generic.List<Amazon.RDS.Model.CharacterSet>

Gets and sets the property SupportedCharacterSets.

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

Public Property SupportedEngineModes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedEngineModes.

A list of the supported DB engine modes.

Public Property SupportedFeatureNames System.Collections.Generic.List<System.String>

Gets and sets the property SupportedFeatureNames.

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

Public Property SupportedNcharCharacterSets System.Collections.Generic.List<Amazon.RDS.Model.CharacterSet>

Gets and sets the property SupportedNcharCharacterSets.

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

Public Property SupportedTimezones System.Collections.Generic.List<Amazon.RDS.Model.Timezone>

Gets and sets the property SupportedTimezones.

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

Public Property SupportsBabelfish System.Boolean

Gets and sets the property SupportsBabelfish.

Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

Public Property SupportsCertificateRotationWithoutRestart System.Boolean

Gets and sets the property SupportsCertificateRotationWithoutRestart.

Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

Public Property SupportsGlobalDatabases System.Boolean

Gets and sets the property SupportsGlobalDatabases.

Indicates whether you can use Aurora global databases with a specific DB engine version.

Public Property SupportsIntegrations System.Boolean

Gets and sets the property SupportsIntegrations.

Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

Public Property SupportsLocalWriteForwarding System.Boolean

Gets and sets the property SupportsLocalWriteForwarding.

Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Valid for: Aurora DB clusters only

Public Property SupportsLogExportsToCloudwatchLogs System.Boolean

Gets and sets the property SupportsLogExportsToCloudwatchLogs.

Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

Public Property SupportsParallelQuery System.Boolean

Gets and sets the property SupportsParallelQuery.

Indicates whether you can use Aurora parallel query with a specific DB engine version.

Public Property SupportsReadReplica System.Boolean

Gets and sets the property SupportsReadReplica.

Indicates whether the database engine version supports read replicas.

Public Property TagList System.Collections.Generic.List<Amazon.RDS.Model.Tag>

Gets and sets the property TagList.

Public Property ValidUpgradeTarget System.Collections.Generic.List<Amazon.RDS.Model.UpgradeTarget>

Gets and sets the property ValidUpgradeTarget.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5