DBEngineVersion class

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

Constructors

DBEngineVersion({String? dBEngineDescription, String? dBEngineVersionDescription, String? dBParameterGroupFamily, CharacterSet? defaultCharacterSet, String? engine, String? engineVersion, List<String>? exportableLogTypes, String? status, List<CharacterSet>? supportedCharacterSets, List<String>? supportedEngineModes, List<String>? supportedFeatureNames, List<CharacterSet>? supportedNcharCharacterSets, List<Timezone>? supportedTimezones, bool? supportsGlobalDatabases, bool? supportsLogExportsToCloudwatchLogs, bool? supportsParallelQuery, bool? supportsReadReplica, List<UpgradeTarget>? validUpgradeTarget})
DBEngineVersion.fromXml(XmlElement elem)
factory

Properties

dBEngineDescription String?
The description of the database engine.
final
dBEngineVersionDescription String?
The description of the database engine version.
final
dBParameterGroupFamily String?
The name of the DB parameter group family for the database engine.
final
defaultCharacterSet CharacterSet?
The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.
final
engine String?
The name of the database engine.
final
engineVersion String?
The version number of the database engine.
final
exportableLogTypes List<String>?
The types of logs that the database engine has available for export to CloudWatch Logs.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the DB engine version, either available or deprecated.
final
supportedCharacterSets List<CharacterSet>?
A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.
final
supportedEngineModes List<String>?
A list of the supported DB engine modes.
final
supportedFeatureNames List<String>?
A list of features supported by the DB engine. Supported feature names include the following.
final
supportedNcharCharacterSets List<CharacterSet>?
A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.
final
supportedTimezones List<Timezone>?
A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
final
supportsGlobalDatabases bool?
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
final
supportsLogExportsToCloudwatchLogs bool?
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
final
supportsParallelQuery bool?
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
final
supportsReadReplica bool?
Indicates whether the database engine version supports read replicas.
final
validUpgradeTarget List<UpgradeTarget>?
A list of engine versions that this database engine version can be upgraded to.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited