
describe-option-group-options
*****************************


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

Describes all available options.


SYNOPSIS
========

   aws rds describe-option-group-options
     --engine-name <value>
     [--marker <value>]
     [--max-records <value>]
     [--major-engine-version <value>]


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

"--engine-name"  (string)
   Options available for the given DB engine name to be described.


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

"--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" .

"--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 can be retrieved.

   Default: 100

   Constraints: minimum 20, maximum 100

"--major-engine-version"  (string)
   If specified, filters the results to include only options for the
   specified major engine version.
