amazonka-rds-1.2.0.1: Amazon Relational Database Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.CreateOptionGroup

Contents

Description

Creates a new option group. You can create up to 20 option groups.

See: AWS API Reference for CreateOptionGroup.

Synopsis

Creating a Request

createOptionGroup Source

Creates a value of CreateOptionGroup with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cogTags :: Lens' CreateOptionGroup [Tag] Source

Undocumented member.

cogOptionGroupName :: Lens' CreateOptionGroup Text Source

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

cogEngineName :: Lens' CreateOptionGroup Text Source

Specifies the name of the engine that this option group should be associated with.

cogMajorEngineVersion :: Lens' CreateOptionGroup Text Source

Specifies the major version of the engine that this option group should be associated with.

cogOptionGroupDescription :: Lens' CreateOptionGroup Text Source

The description of the option group.

Destructuring the Response

createOptionGroupResponse Source

Creates a value of CreateOptionGroupResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

crsStatus :: Lens' CreateOptionGroupResponse Int Source

The response status code.