Skip to main content

vpc_endpoints

Retrieves a list of vpc_endpoints in a region

Overview

Namevpc_endpoints
TypeResource
Descriptionvpc_endpoints
Idawscc.ec2.vpc_endpoints

Fields

NameDatatypeDescription
idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.ec2.vpc_endpoints
WHERE region = 'us-east-1'

Permissions

To operate on the vpc_endpoints resource, the following permissions are required:

Create

ec2:CreateVpcEndpoint,
ec2:DescribeVpcEndpoints

List

ec2:DescribeVpcEndpoints