vpc_links_list_only
Lists vpc_links
in a region or regions, for all properties use vpc_links
Overview
Name | vpc_links_list_only |
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_links_list_only |
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. |
tags | object | The collection of tags. Each tag element is associated with a given resource. |
name | string | The name of the VPC link. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpc_links
in a region.
SELECT
region,
vpc_link_id
FROM aws.apigatewayv2.vpc_links_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_links_list_only
resource, see vpc_links