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::ApiGatewayV2::VpcLink resource creates a VPC link. Supported only for HTTP APIs. The VPC link status must transition from PENDING to AVAILABLE to successfully create a VPC link, which can take up to 10 minutes. To learn more, see [Working with VPC Links for HTTP APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vpc-links.html) in the *API Gateway Developer Guide*.
Idaws.apigatewayv2.vpc_link_tags

Fields

NameDatatypeDescription
vpc_link_idstring
subnet_idsarrayA list of subnet IDs to include in the VPC link.
security_group_idsarrayA list of security group IDs for the VPC link.
namestringThe name of the VPC link.
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,
vpc_link_id,
subnet_ids,
security_group_ids,
name,
tag_key,
tag_value
FROM aws.apigatewayv2.vpc_link_tags
WHERE region = 'us-east-1';

Permissions

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