DBEngineVersion
public struct DBEngineVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the database engine.
Declaration
Swift
public let dBEngineDescription: String?
-
The description of the database engine version.
Declaration
Swift
public let dBEngineVersionDescription: String?
-
The name of the DB parameter group family for the database engine.
Declaration
Swift
public let dBParameterGroupFamily: String?
-
(Not supported by Neptune)
Declaration
Swift
public let defaultCharacterSet: CharacterSet?
-
The name of the database engine.
Declaration
Swift
public let engine: String?
-
The version number of the database engine.
Declaration
Swift
public let engineVersion: String?
-
The types of logs that the database engine has available for export to CloudWatch Logs.
Declaration
Swift
public let exportableLogTypes: [String]?
-
(Not supported by Neptune)
Declaration
Swift
public let supportedCharacterSets: [CharacterSet]?
-
A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
Declaration
Swift
public let supportedTimezones: [Timezone]?
-
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
Declaration
Swift
public let supportsLogExportsToCloudwatchLogs: Bool?
-
Indicates whether the database engine version supports read replicas.
Declaration
Swift
public let supportsReadReplica: Bool?
-
A list of engine versions that this database engine version can be upgraded to.
Declaration
Swift
public let validUpgradeTarget: [UpgradeTarget]?
-
init(dBEngineDescription:dBEngineVersionDescription:dBParameterGroupFamily:defaultCharacterSet:engine:engineVersion:exportableLogTypes:supportedCharacterSets:supportedTimezones:supportsLogExportsToCloudwatchLogs:supportsReadReplica:validUpgradeTarget:)
Undocumented
Declaration
Swift
public init(dBEngineDescription: String? = nil, dBEngineVersionDescription: String? = nil, dBParameterGroupFamily: String? = nil, defaultCharacterSet: CharacterSet? = nil, engine: String? = nil, engineVersion: String? = nil, exportableLogTypes: [String]? = nil, supportedCharacterSets: [CharacterSet]? = nil, supportedTimezones: [Timezone]? = nil, supportsLogExportsToCloudwatchLogs: Bool? = nil, supportsReadReplica: Bool? = nil, validUpgradeTarget: [UpgradeTarget]? = nil)