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.

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

Inheritance Hierarchy

System.Object
  Amazon.Route53.Model.HostedZoneLimit

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

Syntax

C#
public class HostedZoneLimit

The HostedZoneLimit type exposes the following members

Constructors

NameDescription
Public Method HostedZoneLimit()

Properties

NameTypeDescription
Public Property Type Amazon.Route53.HostedZoneLimitType

Gets and sets the property Type.

The limit that you requested. 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.

Public Property Value System.Int64

Gets and sets the property Value.

The current value for the limit that is specified by Type.

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