A complex type that contain information about the specified hosted zone.

Namespace: Amazon.Route53.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class HostedZone
Public Class HostedZone
public ref class HostedZone

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
HostedZone()()()()
Initializes a new instance of the HostedZone class
CallerReference
A unique string that identifies the request to create the hosted zone.

Constraints:

Length
1 - 128

Config
A complex type that contains the Comment element.
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.)
Id
The ID of the specified hosted zone.

Constraints:

Length
0 - 32

Name
The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Route 53 assumes that the domain name is fully qualified. This means that Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

Constraints:

Length
0 - 1024

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCallerReference(String)
Sets the CallerReference property
WithConfig(HostedZoneConfig)
Sets the Config property
WithId(String)
Sets the Id property
WithName(String)
Sets the Name property

Inheritance Hierarchy

System..::..Object
  Amazon.Route53.Model..::..HostedZone

See Also