class Aws::RDS::Types::UpgradeTarget
The version of the database engine that a DB instance can be upgraded to.
@!attribute [rw] engine
The name of the upgrade target database engine. @return [String]
@!attribute [rw] engine_version
The version number of the upgrade target database engine. @return [String]
@!attribute [rw] description
The version of the database engine that a DB instance can be upgraded to. @return [String]
@!attribute [rw] auto_upgrade
A value that indicates whether the target version is applied to any source DB instances that have `AutoMinorVersionUpgrade` set to true. @return [Boolean]
@!attribute [rw] is_major_version_upgrade
A value that indicates whether upgrading to the target version requires upgrading the major version of the database engine. @return [Boolean]
@!attribute [rw] supported_engine_modes
A list of the supported DB engine modes for the target engine version. @return [Array<String>]
@!attribute [rw] supports_parallel_query
A value that indicates whether you can use Aurora parallel query with the target engine version. @return [Boolean]
@!attribute [rw] supports_global_databases
A value that indicates whether you can use Aurora global databases with the target engine version. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UpgradeTarget AWS API Documentation
Constants
- SENSITIVE