Skip to content

Get Hosted Zone Count

route53_get_hosted_zone_count R Documentation

Retrieves the number of hosted zones that are associated with the current Amazon Web Services account

Description

Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.

Usage

route53_get_hosted_zone_count()

Value

A list with the following syntax:

list(
  HostedZoneCount = 123
)

Request syntax

svc$get_hosted_zone_count()