
describe-engine-default-parameters
**********************************


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

Returns the default engine and system parameter information for the
specified database engine.


SYNOPSIS
========

   aws rds describe-engine-default-parameters
     --db-parameter-group-family <value>
     [--marker <value>]
     [--max-records <value>]


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

"--db-parameter-group-family"  (string)
   The name of the DB Parameter Group Family.


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

"--marker"  (string)
   An optional pagination token provided by a previous describe-
   engine-default-parameters request. If this parameter is specified,
   the response includes only records beyond the marker, up to the
   value specified by "--max-records" .

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

   Default: 100

   Constraints: minimum 20, maximum 100
