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, List<CharacterSet>? supportedCharacterSets, List<Timezone>? supportedTimezones, bool? supportsLogExportsToCloudwatchLogs, 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?
(Not supported by Neptune)
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
supportedCharacterSets List<CharacterSet>?
(Not supported by Neptune)
final
supportedTimezones List<Timezone>?
A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
final
supportsLogExportsToCloudwatchLogs bool?
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
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