aws.route53.list_vpc_association_authorizations
Example SQL Queries
SELECT * FROMaws.route53.list_vpc_association_authorizationsWHERE"hosted_zone_id" = 'VALUE';Description
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 CreateVPCAssociationAuthorization requests.
The response includes a VPCs element with a VPC child element for each VPC that can be associated with the hosted zone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hosted_zone_id Required Input Column The ID of the hosted zone that you can associate the listed VPCs with. | VARCHAR |
| max_results Input Column 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| vp_cs The list of VPCs that are authorized to be associated with the specified hosted zone. | STRUCT( |
Show child fields
| |