AWS SDK for .NET Documentation
CreateDBSecurityGroupRequest Class
AmazonAmazon.RDS.ModelCreateDBSecurityGroupRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class CreateDBSecurityGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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 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"
  • May not contain spaces
Example: mysecuritygroup

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.)
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
Object
AmazonWebServiceRequest
 CreateDBSecurityGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)