Container for the parameters to the CreateDBSecurityGroup operation.
            
Creates a new DB security group. DB security groups control access to a DB instance.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateDBSecurityGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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:  
 | 
|  | 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.) | 
|  | Tags | 
            A list of tags.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBSecurityGroupDescription(String) | Obsolete. 
            Sets the DBSecurityGroupDescription property
             | 
|  | WithDBSecurityGroupName(String) | Obsolete. 
            Sets the DBSecurityGroupName property
             | 
|  | WithTags(array<Tag>[]()[][]) | Obsolete. 
            Adds elements to the Tags collection
             | 
|  | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete. 
            Adds elements to the Tags collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateDBSecurityGroupRequest | |