AWS SDK Version 3 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.

Container for the parameters to the GetHostedZoneLimit operation. Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone.

For the default limit, see Limits in the Amazon Route 53 Developer Guide. To request a higher limit, open a case.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53.AmazonRoute53Request
      Amazon.Route53.Model.GetHostedZoneLimitRequest

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public class GetHostedZoneLimitRequest : AmazonRoute53Request
         IAmazonWebServiceRequest

The GetHostedZoneLimitRequest type exposes the following members

Constructors

NameDescription
Public Method GetHostedZoneLimitRequest()

Properties

NameTypeDescription
Public Property HostedZoneId System.String

Gets and sets the property HostedZoneId.

The ID of the hosted zone that you want to get a limit for.

Public Property Type Amazon.Route53.HostedZoneLimitType

Gets and sets the property Type.

The limit that you want to get. Valid values include the following:

  • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.

  • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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