
describe-option-groups
**********************


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

Describes the available option groups.


SYNOPSIS
========

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


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

None


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

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

"--engine-name"  (string)
   Filters the list of option groups to only include groups associated
   with a specific database engine.

"--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)
   Filters the list of option groups to only include groups associated
   with a specific database engine version. If specified, then
   --engine-name must also be specified.

"--option-group-name"  (string)
   The name of the option group to describe. Cannot be supplied
   together with --engine-name or MajorEngineVersion.
