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::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*. |
Id | aws.apigatewayv2.vpc_link_tags |
Fields
Name | Datatype | Description |
---|---|---|
vpc_link_id | string | |
subnet_ids | array | A list of subnet IDs to include in the VPC link. |
security_group_ids | array | A list of security group IDs for the VPC link. |
name | string | The name of the VPC link. |
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,
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