You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::DBEngineVersion
- Inherits:
- 
      Aws::Resources::Resource
      
        - Object
- Aws::Resources::Resource
- Aws::RDS::DBEngineVersion
 
- Defined in:
- (unknown)
Instance Attribute Summary collapse
- 
  
    
      #db_engine_description  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The description of the database engine. 
- 
  
    
      #db_engine_version_description  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The description of the database engine version. 
- 
  
    
      #db_parameter_group_family  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The name of the DB parameter group family for the database engine. 
- 
  
    
      #default_character_set  ⇒ Types::CharacterSet 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The default character set for new instances of this engine version, if the CharacterSetNameparameter of the CreateDBInstance API isn\'t specified.
- 
  
    
      #engine_name  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
- 
  
    
      #engine_version  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The version number of the database engine. 
- 
  
    
      #exportable_log_types  ⇒ Array<String> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The types of logs that the database engine has available for export to CloudWatch Logs. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The status of the DB engine version, either availableordeprecated.
- 
  
    
      #supported_character_sets  ⇒ Array<Types::CharacterSet> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A list of the character sets supported by this engine for the CharacterSetNameparameter of theCreateDBInstanceoperation.
- 
  
    
      #supported_engine_modes  ⇒ Array<String> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A list of the supported DB engine modes. 
- 
  
    
      #supported_feature_names  ⇒ Array<String> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A list of features supported by the DB engine. 
- 
  
    
      #supported_nchar_character_sets  ⇒ Array<Types::CharacterSet> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetNameparameter of theCreateDBInstanceoperation.
- 
  
    
      #supported_timezones  ⇒ Array<Types::Timezone> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A list of the time zones supported by this engine for the Timezoneparameter of theCreateDBInstanceaction.
- 
  
    
      #supports_global_databases  ⇒ Boolean 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A value that indicates whether you can use Aurora global databases with a specific DB engine version. 
- 
  
    
      #supports_log_exports_to_cloudwatch_logs  ⇒ Boolean 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs. 
- 
  
    
      #supports_parallel_query  ⇒ Boolean 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A value that indicates whether you can use Aurora parallel query with a specific DB engine version. 
- 
  
    
      #supports_read_replica  ⇒ Boolean 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Indicates whether the database engine version supports read replicas. 
- 
  
    
      #valid_upgrade_target  ⇒ Array<Types::UpgradeTarget> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    A list of engine versions that this database engine version can be upgraded to. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Attributes inherited from Aws::Resources::Resource
Instance Method Summary collapse
- 
  
    
      #engine  ⇒ DBEngine 
    
    
  
  
  
  
  
  
  
  
  
    
- 
  
    
      #initialize  ⇒ Object 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
- 
  
    
      #option_group_options(options = {})  ⇒ Collection<OptionGroupOption> 
    
    
  
  
  
  
  
  
  
  
  
    Returns a Collection of OptionGroupOption resources. 
- 
  
    
      #option_groups(options = {})  ⇒ Collection<OptionGroup> 
    
    
  
  
  
  
  
  
  
  
  
    Returns a Collection of OptionGroup resources. 
- 
  
    
      #parameter_group_family  ⇒ DBParameterGroupFamily? 
    
    
  
  
  
  
  
  
  
  
  
    
Methods inherited from Aws::Resources::Resource
add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until
Methods included from Aws::Resources::OperationMethods
#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations
Constructor Details
#initialize(engine_name, version, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object
Instance Attribute Details
#db_engine_description ⇒ String (readonly)
The description of the database engine.
#db_engine_version_description ⇒ String (readonly)
The description of the database engine version.
#db_parameter_group_family ⇒ String (readonly)
The name of the DB parameter group family for the database engine.
#default_character_set ⇒ Types::CharacterSet (readonly)
The default character set for new instances of this engine version, if
the CharacterSetName parameter of the CreateDBInstance API isn\'t
specified.
#engine_name ⇒ String (readonly)
#engine_version ⇒ String (readonly)
The version number of the database engine.
#exportable_log_types ⇒ Array<String> (readonly)
The types of logs that the database engine has available for export to CloudWatch Logs.
#status ⇒ String (readonly)
The status of the DB engine version, either available or deprecated.
#supported_character_sets ⇒ Array<Types::CharacterSet> (readonly)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance operation.
#supported_engine_modes ⇒ Array<String> (readonly)
A list of the supported DB engine modes.
#supported_feature_names ⇒ Array<String> (readonly)
A list of features supported by the DB engine. Supported feature names include the following.
- s3Import
^
#supported_nchar_character_sets ⇒ Array<Types::CharacterSet> (readonly)
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> (readonly)
A list of the time zones supported by this engine for the Timezone
parameter of the CreateDBInstance action.
#supports_global_databases ⇒ Boolean (readonly)
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
#supports_log_exports_to_cloudwatch_logs ⇒ Boolean (readonly)
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
#supports_parallel_query ⇒ Boolean (readonly)
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
#supports_read_replica ⇒ Boolean (readonly)
Indicates whether the database engine version supports read replicas.
#valid_upgrade_target ⇒ Array<Types::UpgradeTarget> (readonly)
A list of engine versions that this database engine version can be upgraded to.
#version ⇒ String (readonly)
Instance Method Details
#engine ⇒ DBEngine
#option_group_options(options = {}) ⇒ Collection<OptionGroupOption>
Returns a Collection of OptionGroupOption resources. No API requests are made until you call an enumerable method on the collection. Client#describe_option_group_options will be called multiple times until every OptionGroupOption has been yielded.
#option_groups(options = {}) ⇒ Collection<OptionGroup>
Returns a Collection of OptionGroup resources. No API requests are made until you call an enumerable method on the collection. Client#describe_option_groups will be called multiple times until every OptionGroup has been yielded.