vpc_link_tags
Expands all tag keys and values for vpc_links
in a region
Overview
Name | vpc_link_tags |
Type | Resource |
Description | The 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 . |
Id | aws.apigateway.vpc_link_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name used to label and identify the VPC link. |
description | string | The description of the VPC link. |
target_arns | array | 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 AWS-account of the API owner. |
vpc_link_id | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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