Class: Aws::RDS::Types::UpgradeTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

The version of the database engine that a DB instance can be upgraded to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_upgradeBoolean

Indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

Returns:

  • (Boolean)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The version of the database engine that a DB instance can be upgraded to.

Returns:

  • (String)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The name of the upgrade target database engine.

Returns:

  • (String)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version number of the upgrade target database engine.

Returns:

  • (String)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#is_major_version_upgradeBoolean

Indicates whether upgrading to the target version requires upgrading the major version of the database engine.

Returns:

  • (Boolean)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#supported_engine_modesArray<String>

A list of the supported DB engine modes for the target engine version.

Returns:

  • (Array<String>)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#supports_babelfishBoolean

Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.

Returns:

  • (Boolean)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#supports_global_databasesBoolean

Indicates whether you can use Aurora global databases with the target engine version.

Returns:

  • (Boolean)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#supports_integrationsBoolean

Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

Returns:

  • (Boolean)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#supports_local_write_forwardingBoolean

Indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Valid for: Aurora DB clusters only

Returns:

  • (Boolean)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end

#supports_parallel_queryBoolean

Indicates whether you can use Aurora parallel query with the target engine version.

Returns:

  • (Boolean)


26946
26947
26948
26949
26950
26951
26952
26953
26954
26955
26956
26957
26958
26959
26960
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26946

class UpgradeTarget < Struct.new(
  :engine,
  :engine_version,
  :description,
  :auto_upgrade,
  :is_major_version_upgrade,
  :supported_engine_modes,
  :supports_parallel_query,
  :supports_global_databases,
  :supports_babelfish,
  :supports_local_write_forwarding,
  :supports_integrations)
  SENSITIVE = []
  include Aws::Structure
end