You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::GetHostedZoneLimitRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetHostedZoneLimitRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  type: "MAX_RRSETS_BY_ZONE", # required, accepts MAX_RRSETS_BY_ZONE, MAX_VPCS_ASSOCIATED_BY_ZONE
  hosted_zone_id: "ResourceId", # required
}

A complex type that contains information about the request to create a hosted zone.

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

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

Returns:

  • (String)

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

#typeString

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.

    Possible values:

    • MAX_RRSETS_BY_ZONE
    • MAX_VPCS_ASSOCIATED_BY_ZONE

Returns:

  • (String)

    The limit that you want to get.