GetEngineVersionResult

data class GetEngineVersionResult(val defaultCharacterSet: String, val defaultOnly: Boolean? = null, val engine: String, val engineDescription: String, val exportableLogTypes: List<String>, val filters: List<GetEngineVersionFilter>? = null, val id: String, val includeAll: Boolean? = null, val parameterGroupFamily: String, val preferredVersions: List<String>? = null, val status: String, val supportedCharacterSets: List<String>, val supportedFeatureNames: List<String>, val supportedModes: List<String>, val supportedTimezones: List<String>, val supportsGlobalDatabases: Boolean, val supportsLogExportsToCloudwatch: Boolean, val supportsParallelQuery: 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(defaultCharacterSet: String, defaultOnly: Boolean? = null, engine: String, engineDescription: String, exportableLogTypes: List<String>, filters: List<GetEngineVersionFilter>? = null, id: String, includeAll: Boolean? = null, parameterGroupFamily: String, preferredVersions: List<String>? = null, status: String, supportedCharacterSets: List<String>, supportedFeatureNames: List<String>, supportedModes: List<String>, supportedTimezones: List<String>, supportsGlobalDatabases: Boolean, supportsLogExportsToCloudwatch: Boolean, supportsParallelQuery: Boolean, supportsReadReplica: Boolean, validUpgradeTargets: List<String>, version: String, versionDescription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default character set for new instances of this engine version.

Link copied to clipboard
val defaultOnly: Boolean? = null
Link copied to clipboard
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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val includeAll: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Status of the DB engine version, either available or deprecated.

Link copied to clipboard

Set of the character sets supported by this engine.

Link copied to clipboard

Set of features supported by the DB engine.

Link copied to clipboard

Set of the supported DB engine modes.

Link copied to clipboard

Set of the time zones supported by this engine.

Link copied to clipboard

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

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 you can use Aurora parallel query with a specific DB engine version.

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
Link copied to clipboard

Description of the database engine version.