AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Namespace: Amazon.RDS
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CreateDBSecurityGroupResponse CreateDBSecurityGroup(
         CreateDBSecurityGroupRequest request
)

Parameters

request
Type: Amazon.RDS.Model.CreateDBSecurityGroupRequest

Container for the necessary parameters to execute the CreateDBSecurityGroup service method.

Return Value
Type: Amazon.RDS.Model.CreateDBSecurityGroupResponse
The response from the CreateDBSecurityGroup service method, as returned by RDS.

Exceptions

ExceptionCondition
DBSecurityGroupAlreadyExistsException A DB security group with the name specified in DBSecurityGroupName already exists.
DBSecurityGroupNotSupportedException A DB security group is not allowed for this action.
DBSecurityGroupQuotaExceededException Request would result in user exceeding the allowed number of DB security groups.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5