aws.apigatewayv2.get_vpc_link
Example SQL Queries
SELECT * FROMaws.apigatewayv2.get_vpc_linkWHERE"vpc_link_id" = 'VALUE';Description
Gets a VPC link.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vpc_link_id Required Input Column The ID of the VPC link. | 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
| |
| created_date The timestamp when the VPC link was created. | TIMESTAMP_S |
| name The name of the VPC link. | VARCHAR |
| security_group_ids A list of security group IDs for the VPC link. | VARCHAR[] |
Show child fields
| |
| subnet_ids A list of subnet IDs to include in the VPC link. | VARCHAR[] |
Show child fields
| |
| tags Tags for the VPC link. | MAP(VARCHAR, VARCHAR) |
| vpc_link_status The status of the VPC link. | VARCHAR |
| vpc_link_status_message A message summarizing the cause of the status of the VPC link. | VARCHAR |
| vpc_link_version The version of the VPC link. | VARCHAR |