vpc_links
Retrieves a list of vpc_links
in a region
Overview
Name | vpc_links |
Type | Resource |
Description | vpc_links |
Id | awscc.apigateway.vpc_links |
Fields
Name | Datatype | Description |
---|---|---|
vpc_link_id | string | The ID of the instance that backs VPC link. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
vpc_link_id
FROM awscc.apigateway.vpc_links
WHERE region = 'us-east-1'
Permissions
To operate on the vpc_links
resource, the following permissions are required:
Create
apigateway:POST,
apigateway:PUT,
apigateway:GET,
ec2:CreateVpcEndpointServiceConfiguration,
ec2:DeleteVpcEndpointServiceConfigurations,
ec2:DescribeVpcEndpointServiceConfigurations,
ec2:ModifyVpcEndpointServicePermissions
List
apigateway:GET,
ec2:CreateVpcEndpointServiceConfiguration,
ec2:DeleteVpcEndpointServiceConfigurations,
ec2:DescribeVpcEndpointServiceConfigurations,
ec2:ModifyVpcEndpointServicePermissions