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 hasMajorTarget: Boolean? = null, val hasMinorTarget: Boolean? = null, val id: String, val includeAll: Boolean? = null, val latest: Boolean? = null, val parameterGroupFamily: String, val preferredMajorTargets: List<String>? = null, val preferredUpgradeTargets: List<String>? = null, 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 supportsCertificateRotationWithoutRestart: Boolean, val supportsGlobalDatabases: Boolean, val supportsIntegrations: Boolean, val supportsLimitlessDatabase: Boolean, val supportsLocalWriteForwarding: Boolean, val supportsLogExportsToCloudwatch: Boolean, val supportsParallelQuery: Boolean, val supportsReadReplica: Boolean, val validMajorTargets: List<String>, val validMinorTargets: List<String>, val validUpgradeTargets: List<String>, val version: String, val versionActual: 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, hasMajorTarget: Boolean? = null, hasMinorTarget: Boolean? = null, id: String, includeAll: Boolean? = null, latest: Boolean? = null, parameterGroupFamily: String, preferredMajorTargets: List<String>? = null, preferredUpgradeTargets: List<String>? = null, preferredVersions: List<String>? = null, status: String, supportedCharacterSets: List<String>, supportedFeatureNames: List<String>, supportedModes: List<String>, supportedTimezones: List<String>, supportsCertificateRotationWithoutRestart: Boolean, supportsGlobalDatabases: Boolean, supportsIntegrations: Boolean, supportsLimitlessDatabase: Boolean, supportsLocalWriteForwarding: Boolean, supportsLogExportsToCloudwatch: Boolean, supportsParallelQuery: Boolean, supportsReadReplica: Boolean, validMajorTargets: List<String>, validMinorTargets: List<String>, validUpgradeTargets: List<String>, version: String, versionActual: String, versionDescription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default character set for new instances of the engine version.

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

Description of the engine.

Link copied to clipboard

Set of log types that the engine version has available for export to CloudWatch Logs.

Link copied to clipboard
Link copied to clipboard
val hasMajorTarget: Boolean? = null
Link copied to clipboard
val hasMinorTarget: Boolean? = null
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
val latest: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Status of the engine version, either available or deprecated.

Link copied to clipboard

Set of character sets supported by th engine version.

Link copied to clipboard

Set of features supported by the engine version.

Link copied to clipboard

Set of supported engine version modes.

Link copied to clipboard

Set of the time zones supported by the engine version.

Whether the certificates can be rotated without restarting the Aurora instance.

Link copied to clipboard

Whether you can use Aurora global databases with the engine version.

Link copied to clipboard

Whether the engine version supports integrations with other AWS services.

Link copied to clipboard

Whether the engine version supports Aurora Limitless Database.

Link copied to clipboard

Whether the engine version supports local write forwarding or not.

Link copied to clipboard

Whether the engine version supports exporting the log types specified by exportable_log_types to CloudWatch Logs.

Link copied to clipboard

Whether you can use Aurora parallel query with the engine version.

Link copied to clipboard

Whether the engine version supports read replicas.

Link copied to clipboard

Set of versions that are valid major version upgrades for the engine version.

Link copied to clipboard

Set of versions that are valid minor version upgrades for the engine version.

Link copied to clipboard

Set of versions that are valid major or minor upgrades for the engine version.

Link copied to clipboard
Link copied to clipboard

Complete engine version.

Link copied to clipboard

Description of the engine version.