Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ListVPCAssociationAuthorizationsResponse

A complex type that contains the response information for the request.

Hierarchy

Properties

HostedZoneId: undefined | string

The ID of the hosted zone that you can associate the listed VPCs with.

NextToken?: string

When the response includes a NextToken element, there are more VPCs that can be associated with the specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations request, and include the value of the NextToken element from the response in the nexttoken request parameter.

VPCs: undefined | VPC[]

The list of VPCs that are authorized to be associated with the specified hosted zone.