Get Engine Version Result
data class GetEngineVersionResult(val engine: String? = null, val engineDescription: String, val exportableLogTypes: List<String>, val id: String, val parameterGroupFamily: String, val preferredVersions: List<String>? = null, val supportedTimezones: List<String>, val supportsLogExportsToCloudwatch: Boolean, val supportsReadReplica: Boolean, val validUpgradeTargets: List<String>, val version: String, val versionDescription: String)
A collection of values returned by getEngineVersion.
Constructors
Link copied to clipboard
constructor(engine: String? = null, engineDescription: String, exportableLogTypes: List<String>, id: String, parameterGroupFamily: String, preferredVersions: List<String>? = null, supportedTimezones: List<String>, supportsLogExportsToCloudwatch: Boolean, supportsReadReplica: Boolean, validUpgradeTargets: List<String>, version: String, versionDescription: String)
Properties
Link copied to clipboard
Description of the database engine.
Link copied to clipboard
Set of log types that the database engine has available for export to CloudWatch Logs.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set of the time zones supported by this engine.
Link copied to clipboard
Indicates whether the engine version supports exporting the log types specified by exportable_log_types
to CloudWatch Logs.
Link copied to clipboard
Indicates whether the database engine version supports read replicas.
Link copied to clipboard
Set of engine versions that this database engine version can be upgraded to.
Link copied to clipboard
Description of the database engine version.