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 parameter group family for the database engine.
Declaration
Swift
public let dBParameterGroupFamily: String?
-
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 Amazon CloudWatch Logs.
Declaration
Swift
public let exportableLogTypes: [String]?
-
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?
-
A list of engine versions that this database engine version can be upgraded to.
Declaration
Swift
public let validUpgradeTarget: [UpgradeTarget]?
-
init(dBEngineDescription:dBEngineVersionDescription:dBParameterGroupFamily:engine:engineVersion:exportableLogTypes:supportsLogExportsToCloudwatchLogs:validUpgradeTarget:)
Undocumented
Declaration
Swift
public init(dBEngineDescription: String? = nil, dBEngineVersionDescription: String? = nil, dBParameterGroupFamily: String? = nil, engine: String? = nil, engineVersion: String? = nil, exportableLogTypes: [String]? = nil, supportsLogExportsToCloudwatchLogs: Bool? = nil, validUpgradeTarget: [UpgradeTarget]? = nil)