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 3.5
 
Container for the parameters to the RegisterDomain operation. This operation registers a domain. Domains are registered by the AWS registrar partner, Gandi. For some top-level domains (TLDs), this operation requires extra parameters.

When you register a domain, Amazon Route 53 does the following:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53Domains.AmazonRoute53DomainsRequest
      Amazon.Route53Domains.Model.RegisterDomainRequest

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

Syntax

C#
public class RegisterDomainRequest : AmazonRoute53DomainsRequest
         IRequestEvents

The RegisterDomainRequest type exposes the following members

Constructors

NameDescription
Public Method RegisterDomainRequest()

Properties

NameTypeDescription
Public Property AdminContact Amazon.Route53Domains.Model.ContactDetail Gets and sets the property AdminContact.

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

Public Property AutoRenew System.Boolean Gets and sets the property AutoRenew.

Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.

Type: Boolean

Valid values: true | false

Default: true

Required: No

Public Property DomainName System.String Gets and sets the property DomainName.

The name of a domain.

Type: String

Default: None

Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.

Required: Yes

Public Property DurationInYears System.Int32 Gets and sets the property DurationInYears.

The number of years the domain will be registered. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.

Type: Integer

Default: 1

Valid values: Integer from 1 to 10

Required: Yes

Public Property IdnLangCode System.String Gets and sets the property IdnLangCode.

Reserved for future use.

Public Property PrivacyProtectAdminContact System.Boolean Gets and sets the property PrivacyProtectAdminContact.

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.

Type: Boolean

Default: true

Valid values: true | false

Required: No

Public Property PrivacyProtectRegistrantContact System.Boolean Gets and sets the property PrivacyProtectRegistrantContact.

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.

Type: Boolean

Default: true

Valid values: true | false

Required: No

Public Property PrivacyProtectTechContact System.Boolean Gets and sets the property PrivacyProtectTechContact.

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact information that you enter.

Type: Boolean

Default: true

Valid values: true | false

Required: No

Public Property RegistrantContact Amazon.Route53Domains.Model.ContactDetail Gets and sets the property RegistrantContact.

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

Public Property TechContact Amazon.Route53Domains.Model.ContactDetail Gets and sets the property TechContact.

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

Version Information

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