Container for the parameters to the CreateDBSecurityGroup operation.
Namespace: Amazon.RDS.ModelCreates a new DB Security Group. DB Security Groups control access to a DB Instance.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..CreateDBSecurityGroupRequest