UpgradeTarget

public struct UpgradeTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

    Declaration

    Swift

    public let autoUpgrade: Bool?
  • The version of the database engine that an instance can be upgraded to.

    Declaration

    Swift

    public let description: String?
  • The name of the upgrade target database engine.

    Declaration

    Swift

    public let engine: String?
  • The version number of the upgrade target database engine.

    Declaration

    Swift

    public let engineVersion: String?
  • A value that indicates whether a database engine is upgraded to a major version.

    Declaration

    Swift

    public let isMajorVersionUpgrade: Bool?
  • Undocumented

    Declaration

    Swift

    public init(autoUpgrade: Bool? = nil, description: String? = nil, engine: String? = nil, engineVersion: String? = nil, isMajorVersionUpgrade: Bool? = nil)