Container for the parameters to the CreateDBSubnetGroup operation.
Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.

C# |
public class CreateDBSubnetGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateDBSubnetGroupRequest()()()() | Initializes a new instance of the CreateDBSubnetGroupRequest class |
![]() | DBSubnetGroupDescription |
The description for the DB subnet group.
|
![]() | DBSubnetGroupName |
The name for the DB subnet 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: mySubnetgroup |
![]() | 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.) |
![]() | SubnetIds |
The EC2 Subnet IDs for the DB subnet group.
|
![]() | Tags |
A list of tags.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDBSubnetGroupDescription(String) | Obsolete.
Sets the DBSubnetGroupDescription property
|
![]() | WithDBSubnetGroupName(String) | Obsolete.
Sets the DBSubnetGroupName property
|
![]() | WithSubnetIds(array<String>[]()[][]) | Obsolete.
Adds elements to the SubnetIds collection
|
![]() | WithSubnetIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the SubnetIds collection
|
![]() | WithTags(array<Tag>[]()[][]) | Obsolete.
Adds elements to the Tags collection
|
![]() | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete.
Adds elements to the Tags collection
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateDBSubnetGroupRequest |