Gets a list of the VPCs that were created by other accounts and that can
be associated with a specified hosted zone because you've submitted one
or more
create_vpc_association_authorization
requests.
The response includes a VPCs
element with a VPC
child element for
each VPC that can be associated with the hosted zone.
route53_list_vpc_association_authorizations(HostedZoneId, NextToken,
MaxResults)
[required] The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
Optional: If a response includes a NextToken
element, there are more
VPCs that can be associated with the specified hosted zone. To get the
next page of results, submit another request, and include the value of
NextToken
from the response in the nexttoken
parameter in another
list_vpc_association_authorizations
request.
Optional: An integer that specifies the maximum number of VPCs that
you want Amazon Route 53 to return. If you don't specify a value for
MaxResults
, Route 53 returns up to 50 VPCs per page.
A list with the following syntax:
list( HostedZoneId = "string", NextToken = "string", VPCs = list( list( VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-isob-east-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-south-1"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1", VPCId = "string" ) ) )
svc$list_vpc_association_authorizations( HostedZoneId = "string", NextToken = "string", MaxResults = "string" )