
create-option-group
*******************


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

Creates a new Option Group.


SYNOPSIS
========

   aws rds create-option-group
     --option-group-description <value>
     --engine-name <value>
     --major-engine-version <value>
     --option-group-name <value>


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

"--option-group-description"  (string)
   The description of the option group.

"--engine-name"  (string)
   Specifies the name of the engine that this option group should be
   associated with.

"--major-engine-version"  (string)
   Specifies the major version of the engine that this option group
   should be associated with.

"--option-group-name"  (string)
   Specifies the name of the option group to be created.

   Constraints:

   * Must be 1 to 255 alphanumeric characters or hyphens

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens

   Example: "myOptiongroup"


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

None
