Skip to main content

vpc_link_tags

Expands all tag keys and values for vpc_links in a region

Overview

Namevpc_link_tags
TypeResource
DescriptionThe AWS::ApiGateway::VpcLink resource creates an API Gateway VPC link for a REST API to access resources in an Amazon Virtual Private Cloud (VPC). For more information, see [vpclink:create](https://docs.aws.amazon.com/apigateway/latest/api/API_CreateVpcLink.html) in the Amazon API Gateway REST API Reference.
Idaws.apigateway.vpc_link_tags

Fields

NameDatatypeDescription
namestringThe name used to label and identify the VPC link.
descriptionstringThe description of the VPC link.
target_arnsarrayThe ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS-account of the API owner.
vpc_link_idstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all vpc_links in a region.

SELECT
region,
name,
description,
target_arns,
vpc_link_id,
tag_key,
tag_value
FROM aws.apigateway.vpc_link_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vpc_link_tags resource, see vpc_links