AWS SDK for .NET Documentation
CreateDomainRequest Class
AmazonAmazon.CloudSearch.ModelCreateDomainRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateDomain operation.

Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide .

Declaration Syntax
C#
public class CreateDomainRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateDomainRequest()()()()
Initializes a new instance of the CreateDomainRequest class

DomainName
A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

Constraints:

Length
3 - 28
Pattern
[a-z][a-z0-9\-]+


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.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDomainName(String) Obsolete.
Sets the DomainName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateDomainRequest
See Also

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