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
- Struct
- Aws::RDS::Types::DBEngineVersion
- Defined in:
- (unknown)
Overview
This data type is used as a response element in the action DescribeDBEngineVersions
.
Instance Attribute Summary collapse
-
#db_engine_description ⇒ String
The description of the database engine.
-
#db_engine_version_description ⇒ String
The description of the database engine version.
-
#db_parameter_group_family ⇒ String
The name of the DB parameter group family for the database engine.
-
#default_character_set ⇒ Types::CharacterSet
The default character set for new instances of this engine version, if the
CharacterSetName
parameter of the CreateDBInstance API isn\'t specified. -
#engine ⇒ String
The name of the database engine.
-
#engine_version ⇒ String
The version number of the database engine.
-
#exportable_log_types ⇒ Array<String>
The types of logs that the database engine has available for export to CloudWatch Logs.
-
#status ⇒ String
The status of the DB engine version, either
available
ordeprecated
. -
#supported_character_sets ⇒ Array<Types::CharacterSet>
A list of the character sets supported by this engine for the
CharacterSetName
parameter of theCreateDBInstance
operation. -
#supported_engine_modes ⇒ Array<String>
A list of the supported DB engine modes.
-
#supported_feature_names ⇒ Array<String>
A list of features supported by the DB engine.
-
#supported_nchar_character_sets ⇒ Array<Types::CharacterSet>
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of theCreateDBInstance
operation. -
#supported_timezones ⇒ Array<Types::Timezone>
A list of the time zones supported by this engine for the
Timezone
parameter of theCreateDBInstance
action. -
#supports_global_databases ⇒ Boolean
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
-
#supports_log_exports_to_cloudwatch_logs ⇒ Boolean
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
-
#supports_parallel_query ⇒ Boolean
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
-
#supports_read_replica ⇒ Boolean
Indicates whether the database engine version supports read replicas.
-
#valid_upgrade_target ⇒ Array<Types::UpgradeTarget>
A list of engine versions that this database engine version can be upgraded to.
Instance Attribute Details
#db_engine_description ⇒ String
The description of the database engine.
#db_engine_version_description ⇒ String
The description of the database engine version.
#db_parameter_group_family ⇒ String
The name of the DB parameter group family for the database engine.
#default_character_set ⇒ Types::CharacterSet
The default character set for new instances of this engine version, if
the CharacterSetName
parameter of the CreateDBInstance API isn\'t
specified.
#engine ⇒ String
The name of the database engine.
#engine_version ⇒ String
The version number of the database engine.
#exportable_log_types ⇒ Array<String>
The types of logs that the database engine has available for export to CloudWatch Logs.
#status ⇒ String
The status of the DB engine version, either available
or deprecated
.
#supported_character_sets ⇒ Array<Types::CharacterSet>
A list of the character sets supported by this engine for the
CharacterSetName
parameter of the CreateDBInstance
operation.
#supported_engine_modes ⇒ Array<String>
A list of the supported DB engine modes.
#supported_feature_names ⇒ Array<String>
A list of features supported by the DB engine. Supported feature names include the following.
- s3Import
^
#supported_nchar_character_sets ⇒ Array<Types::CharacterSet>
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance
operation.
#supported_timezones ⇒ Array<Types::Timezone>
A list of the time zones supported by this engine for the Timezone
parameter of the CreateDBInstance
action.
#supports_global_databases ⇒ Boolean
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
#supports_log_exports_to_cloudwatch_logs ⇒ Boolean
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
#supports_parallel_query ⇒ Boolean
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
#supports_read_replica ⇒ Boolean
Indicates whether the database engine version supports read replicas.
#valid_upgrade_target ⇒ Array<Types::UpgradeTarget>
A list of engine versions that this database engine version can be upgraded to.