You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::DBEngineVersion

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This data type is used as a response element in the action DescribeDBEngineVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#db_engine_descriptionString

The description of the database engine.

Returns:

  • (String)

    The description of the database engine.

#db_engine_version_descriptionString

The description of the database engine version.

Returns:

  • (String)

    The description of the database engine version.

#db_parameter_group_familyString

The name of the DB parameter group family for the database engine.

Returns:

  • (String)

    The name of the DB parameter group family for the database engine.

#default_character_setTypes::CharacterSet

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn\'t specified.

Returns:

  • (Types::CharacterSet)

    The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn\'t specified.

#engineString

The name of the database engine.

Returns:

  • (String)

    The name of the database engine.

#engine_versionString

The version number of the database engine.

Returns:

  • (String)

    The version number of the database engine.

#exportable_log_typesArray<String>

The types of logs that the database engine has available for export to CloudWatch Logs.

Returns:

  • (Array<String>)

    The types of logs that the database engine has available for export to CloudWatch Logs.

#statusString

The status of the DB engine version, either available or deprecated.

Returns:

  • (String)

    The status of the DB engine version, either available or deprecated.

#supported_character_setsArray<Types::CharacterSet>

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

Returns:

  • (Array<Types::CharacterSet>)

    A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

#supported_engine_modesArray<String>

A list of the supported DB engine modes.

Returns:

  • (Array<String>)

    A list of the supported DB engine modes.

#supported_feature_namesArray<String>

A list of features supported by the DB engine. Supported feature names include the following.

  • s3Import

^

Returns:

  • (Array<String>)

    A list of features supported by the DB engine.

#supported_nchar_character_setsArray<Types::CharacterSet>

A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

Returns:

  • (Array<Types::CharacterSet>)

    A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

#supported_timezonesArray<Types::Timezone>

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

Returns:

  • (Array<Types::Timezone>)

    A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

#supports_global_databasesBoolean

A value that indicates whether you can use Aurora global databases with a specific DB engine version.

Returns:

  • (Boolean)

    A value that indicates whether you can use Aurora global databases with a specific DB engine version.

#supports_log_exports_to_cloudwatch_logsBoolean

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

Returns:

  • (Boolean)

    A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

#supports_parallel_queryBoolean

A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

Returns:

  • (Boolean)

    A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

#supports_read_replicaBoolean

Indicates whether the database engine version supports read replicas.

Returns:

  • (Boolean)

    Indicates whether the database engine version supports read replicas.

#valid_upgrade_targetArray<Types::UpgradeTarget>

A list of engine versions that this database engine version can be upgraded to.

Returns:

  • (Array<Types::UpgradeTarget>)

    A list of engine versions that this database engine version can be upgraded to.