aws.rds.describe_db_engine_versions
Example SQL Queries
SELECT * FROMaws.rds.describe_db_engine_versions;Description
Describes the properties of specific versions of DB engines.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_parameter_group_family Input Column The name of the DB parameter group family for the database engine. | VARCHAR |
| default_only Input Column Specifies whether to return only the default version of the specified engine or the engine and major version combination. | BOOLEAN |
| engine Input Column The name of the database engine. | VARCHAR |
| engine_version Input Column The version number of the database engine. | VARCHAR |
| filters Input Column A filter that specifies one or more DB engine versions to describe. Supported filters:
| STRUCT( |
Show child fields
| |
| include_all Input Column Specifies whether to also list the engine versions that aren't available. The default is to list only available engine versions. | BOOLEAN |
| list_supported_character_sets Input Column Specifies whether to list the supported character sets for each engine version. If this parameter is enabled and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version. For RDS Custom, the default is not to list supported character sets. If you enable this parameter, RDS Custom returns no results. | BOOLEAN |
| list_supported_timezones Input Column Specifies whether to list the supported time zones for each engine version. If this parameter is enabled and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version. For RDS Custom, the default is not to list supported time zones. If you enable this parameter, RDS Custom returns no results. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| create_time The creation time of the DB engine version. | TIMESTAMP_S |
| custom_db_engine_version_manifest JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide. | VARCHAR |
| database_installation_files_s3_bucket_name The name of the Amazon S3 bucket that contains your database installation files. | VARCHAR |
| database_installation_files_s3_prefix The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed. | VARCHAR |
| db_engine_description The description of the database engine. | VARCHAR |
| db_engine_media_type A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server. | VARCHAR |
| db_engine_version_arn The ARN of the custom engine version. | VARCHAR |
| db_engine_version_description The description of the database engine version. | VARCHAR |
| 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. | STRUCT( |
Show child fields
| |
| exportable_log_types The types of logs that the database engine has available for export to CloudWatch Logs. | VARCHAR[] |
Show child fields
| |
| image The EC2 image | STRUCT( |
Show child fields
| |
| kms_key_id The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS. | VARCHAR |
| major_engine_version The major engine version of the CEV. | VARCHAR |
| status The status of the DB engine version, either available or deprecated. | VARCHAR |
| supported_ca_certificate_identifiers A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide. | VARCHAR[] |
Show child fields
| |
| supported_character_sets A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation. | STRUCT( |
Show child fields
| |
| supported_engine_modes A list of the supported DB engine modes. | VARCHAR[] |
Show child fields
| |
| supported_feature_names A list of features supported by the DB engine. The supported features vary by DB engine and DB engine version. To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command: aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version> For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command: aws rds describe-db-engine-versions --engine postgres --engine-version 13.3 The supported features are listed under SupportedFeatureNames in the output. | VARCHAR[] |
Show child fields
| |
| supported_nchar_character_sets A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation. | STRUCT( |
Show child fields
| |
| supported_timezones A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action. | STRUCT( |
Show child fields
| |
| supports_babelfish Indicates whether the engine version supports Babelfish for Aurora PostgreSQL. | BOOLEAN |
| supports_certificate_rotation_without_restart Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance. | BOOLEAN |
| supports_global_databases Indicates whether you can use Aurora global databases with a specific DB engine version. | BOOLEAN |
| supports_integrations Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift. | BOOLEAN |
| supports_limitless_database Indicates whether the DB engine version supports Aurora Limitless Database. | BOOLEAN |
| supports_local_write_forwarding Indicates whether the DB 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 | BOOLEAN |
| supports_log_exports_to_cloudwatch_logs Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs. | BOOLEAN |
| supports_parallel_query Indicates whether you can use Aurora parallel query with a specific DB engine version. | BOOLEAN |
| supports_read_replica Indicates whether the database engine version supports read replicas. | BOOLEAN |
| tag_list A list of tags. For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide. | STRUCT( |
Show child fields
| |
| valid_upgrade_target A list of engine versions that this database engine version can be upgraded to. | STRUCT( |
Show child fields
| |