View source: R/rds_operations.R
rds_describe_db_engine_versions | R Documentation |
Describes the properties of specific versions of DB engines.
See https://www.paws-r-sdk.com/docs/rds_describe_db_engine_versions/ for full documentation.
rds_describe_db_engine_versions(
Engine = NULL,
EngineVersion = NULL,
DBParameterGroupFamily = NULL,
Filters = NULL,
MaxRecords = NULL,
Marker = NULL,
DefaultOnly = NULL,
ListSupportedCharacterSets = NULL,
ListSupportedTimezones = NULL,
IncludeAll = NULL
)
Engine |
The database engine to return version details for. Valid Values:
|
EngineVersion |
A specific database engine version to return details for. Example: |
DBParameterGroupFamily |
The name of a specific DB parameter group family to return details for. Constraints:
|
Filters |
A filter that specifies one or more DB engine versions to describe. Supported filters:
|
MaxRecords |
The maximum number of records to include in the response. If more than
the Default: 100 Constraints: Minimum 20, maximum 100. |
Marker |
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by |
DefaultOnly |
Specifies whether to return only the default version of the specified engine or the engine and major version combination. |
ListSupportedCharacterSets |
Specifies whether to list the supported character sets for each engine version. If this parameter is enabled and the requested engine supports the
For RDS Custom, the default is not to list supported character sets. If you enable this parameter, RDS Custom returns no results. |
ListSupportedTimezones |
Specifies whether to list the supported time zones for each engine version. If this parameter is enabled and the requested engine supports the
For RDS Custom, the default is not to list supported time zones. If you enable this parameter, RDS Custom returns no results. |
IncludeAll |
Specifies whether to also list the engine versions that aren't available. The default is to list only available engine versions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.