route53_list_hosted_zones_by_vpc {paws.networking} | R Documentation |
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
Description
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. 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.
Usage
route53_list_hosted_zones_by_vpc(
VPCId,
VPCRegion,
MaxItems = NULL,
NextToken = NULL
)
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 |
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
|
NextToken |
If the previous response included a For the value of If the previous response didn't include a |