Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the hosted zones
Source:R/route53_operations.R
route53_list_hosted_zones_by_vpc.RdLists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the hosted zones. The HostedZoneOwner structure in the response contains one of the following values:
See https://www.paws-r-sdk.com/docs/route53_list_hosted_zones_by_vpc/ for full documentation.
Arguments
- VPCId
[required] The ID of the Amazon VPC that you want to list hosted zones for.
- VPCRegion
[required] For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the VPC in.- MaxItems
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with more than
MaxItemshosted zones, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.- NextToken
If the previous response included a
NextTokenelement, the specified VPC is associated with more hosted zones. To get more hosted zones, submit anotherlist_hosted_zones_by_vpcrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response.If the previous response didn't include a
NextTokenelement, there are no more hosted zones to get.