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

Contents

Description

Creates a new DB security group. DB security groups control access to a DB instance.

See: AWS API Reference for CreateDBSecurityGroup.

Synopsis

Creating a Request

createDBSecurityGroup Source

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

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

Request Lenses

cdsgTags :: Lens' CreateDBSecurityGroup [Tag] Source

Undocumented member.

cdsgDBSecurityGroupName :: Lens' CreateDBSecurityGroup Text Source

The name for the DB security group. This value is stored as a lowercase string.

Constraints:

  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
  • Must not be "Default"
  • Cannot contain spaces

Example: mysecuritygroup

cdsgDBSecurityGroupDescription :: Lens' CreateDBSecurityGroup Text Source

The description for the DB security group.

Destructuring the Response

createDBSecurityGroupResponse Source

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

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

Response Lenses