AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the CreateDomain operation. The CreateDomain operation creates a new domain. The domain name should be unique among the domains associated with the Access Key ID provided in the request. The CreateDomain operation may take 10 or more seconds to complete.

The client can create up to 100 domains per account.

If the client requires additional domains, go to http://aws.amazon.com/contact-us/simpledb-limit-request/.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleDB.AmazonSimpleDBRequest
      Amazon.SimpleDB.Model.CreateDomainRequest

Namespace: Amazon.SimpleDB.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateDomainRequest : AmazonSimpleDBRequest
         IRequestEvents

The CreateDomainRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDomainRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method CreateDomainRequest(string) Instantiates CreateDomainRequest with the parameterized properties

Properties

NameTypeDescription
Public Property DomainName System.String Gets and sets the property DomainName. The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8