AWS SDK for .NET Documentation
HostedZone Class
AmazonAmazon.Route53.ModelHostedZone Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class HostedZone
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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


ResourceRecordSetCount
Total number of resource record sets in the hosted zone.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCallerReference(String) Obsolete.
Sets the CallerReference property

WithConfig(HostedZoneConfig) Obsolete.
Sets the Config property

WithId(String) Obsolete.
Sets the Id property

WithName(String) Obsolete.
Sets the Name property

WithResourceRecordSetCount(Int64) Obsolete.
Sets the ResourceRecordSetCount property

Inheritance Hierarchy
Object
HostedZone

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