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
 
A complex type that contain information about the specified hosted zone.

Inheritance Hierarchy

System.Object
  Amazon.Route53.Model.HostedZone

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

Syntax

C#
public class HostedZone : Object

The HostedZone type exposes the following members

Constructors

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

Properties

NameTypeDescription
Public Property CallerReference System.String Gets and sets the property CallerReference.

A unique string that identifies the request to create the hosted zone.

Public Property Config Amazon.Route53.Model.HostedZoneConfig Gets and sets the property Config.

A complex type that contains the Comment element.

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

The ID of the specified hosted zone.

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

The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon 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.

Public Property ResourceRecordSetCount System.Int64 Gets and sets the property ResourceRecordSetCount.

Total number of resource record sets in the hosted zone.

Version Information

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

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