aws.apigateway.get_vpc_links
Example SQL Queries
SELECT * FROMaws.apigateway.get_vpc_links;Description
Gets the VpcLinks collection under the caller's account in a selected region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| description The description of the VPC link. | VARCHAR |
| id The identifier of the VpcLink. It is used in an Integration to reference this VpcLink. | VARCHAR |
| name The name used to label and identify the VPC link. | VARCHAR |
| status The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING. | VARCHAR |
| status_message A description about the VPC link status. | VARCHAR |
| tags The collection of tags. Each tag element is associated with a given resource. | MAP(VARCHAR, VARCHAR) |
| target_arns The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner. | VARCHAR[] |
Show child fields
| |