class Aws::RDS::Types::DBEngineVersion

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

@!attribute [rw] engine

The name of the database engine.
@return [String]

@!attribute [rw] engine_version

The version number of the database engine.
@return [String]

@!attribute [rw] db_parameter_group_family

The name of the DB parameter group family for the database engine.
@return [String]

@!attribute [rw] db_engine_description

The description of the database engine.
@return [String]

@!attribute [rw] db_engine_version_description

The description of the database engine version.
@return [String]

@!attribute [rw] default_character_set

The default character set for new instances of this engine version,
if the `CharacterSetName` parameter of the CreateDBInstance API
isn't specified.
@return [Types::CharacterSet]

@!attribute [rw] supported_character_sets

A list of the character sets supported by this engine for the
`CharacterSetName` parameter of the `CreateDBInstance` operation.
@return [Array<Types::CharacterSet>]

@!attribute [rw] supported_nchar_character_sets

A list of the character sets supported by the Oracle DB engine for
the `NcharCharacterSetName` parameter of the `CreateDBInstance`
operation.
@return [Array<Types::CharacterSet>]

@!attribute [rw] valid_upgrade_target

A list of engine versions that this database engine version can be
upgraded to.
@return [Array<Types::UpgradeTarget>]

@!attribute [rw] supported_timezones

A list of the time zones supported by this engine for the `Timezone`
parameter of the `CreateDBInstance` action.
@return [Array<Types::Timezone>]

@!attribute [rw] exportable_log_types

The types of logs that the database engine has available for export
to CloudWatch Logs.
@return [Array<String>]

@!attribute [rw] supports_log_exports_to_cloudwatch_logs

A value that indicates whether the engine version supports exporting
the log types specified by ExportableLogTypes to CloudWatch Logs.
@return [Boolean]

@!attribute [rw] supports_read_replica

Indicates whether the database engine version supports read
replicas.
@return [Boolean]

@!attribute [rw] supported_engine_modes

A list of the supported DB engine modes.
@return [Array<String>]

@!attribute [rw] supported_feature_names

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

* s3Import

^
@return [Array<String>]

@!attribute [rw] status

The status of the DB engine version, either `available` or
`deprecated`.
@return [String]

@!attribute [rw] supports_parallel_query

A value that indicates whether you can use Aurora parallel query
with a specific DB engine version.
@return [Boolean]

@!attribute [rw] supports_global_databases

A value that indicates whether you can use Aurora global databases
with a specific DB engine version.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBEngineVersion AWS API Documentation

Constants

SENSITIVE