
describe-db-engine-versions
***************************


DESCRIPTION
===========

Returns a list of the available DB engines.


SYNOPSIS
========

   aws rds describe-db-engine-versions
     [--engine <value>]
     [--db-parameter-group-family <value>]
     [--list-supported-character-sets ]
     [--default-only ]
     [--max-records <value>]
     [--engine-version <value>]
     [--marker <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--engine"  (string)
   The database engine to return.

"--db-parameter-group-family"  (string)
   The name of a specific DB Parameter Group family to return details
   for.

   Constraints:

   * Must be 1 to 255 alphanumeric characters

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens

"--list-supported-character-sets"  (boolean)
   If this parameter is specified, and if the requested engine
   supports the CharacterSetName parameter for CreateDBInstance, the
   response includes a list of supported character sets for each
   engine version.

"--default-only"  (boolean)
   Indicates that only the default version of the specified engine or
   engine and major version combination is returned.

"--max-records"  (integer)
   The maximum number of records to include in the response. If more
   than the "--max-records" value is available, a pagination token
   called a marker is included in the response so that the following
   results can be retrieved.

   Default: 100

   Constraints: minimum 20, maximum 100

"--engine-version"  (string)
   The database engine version to return.

   Example: "5.1.49"

"--marker"  (string)
   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 "--max-records" .
