Container for the parameters to the CreateDBSecurityGroup operation.

Creates a new DB Security Group. DB Security Groups control access to a DB Instance.

Namespace: Amazon.RDS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CreateDBSecurityGroupRequest : AmazonWebServiceRequest
Public Class CreateDBSecurityGroupRequest _
	Inherits AmazonWebServiceRequest
public ref class CreateDBSecurityGroupRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateDBSecurityGroupRequest()()()()
Initializes a new instance of the CreateDBSecurityGroupRequest class
DBSecurityGroupDescription
The description for the DB Security Group.
DBSecurityGroupName
The name for the DB Security Group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default". Example: mysecuritygroup
EC2VpcId
The Id of VPC. Indicates which VPC this DB Security Group should belong to. Must be specified to create a DB Security Group for a VPC; may not be specified otherwise.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDBSecurityGroupDescription(String)
Sets the DBSecurityGroupDescription property
WithDBSecurityGroupName(String)
Sets the DBSecurityGroupName property
WithEC2VpcId(String)
Sets the EC2VpcId property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.RDS.Model..::..CreateDBSecurityGroupRequest

See Also