vpc_endpoints_list_only
Lists vpc_endpoints
in a region or regions, for all properties use vpc_endpoints
Overview
Name | vpc_endpoints_list_only |
Type | Resource |
Description | Specifies a VPC endpoint. A VPC endpoint provides a private connection between your VPC and an endpoint service. You can use an endpoint service provided by AWS, an MKT Partner, or another AWS accounts in your organization. For more information, see the [User Guide](https://docs.aws.amazon.com/vpc/latest/privatelink/). An endpoint of type Interface establishes connections between the subnets in your VPC and an AWS-service, your own service, or a service hosted by another AWS-account. With an interface VPC endpoint, you specify the subnets in which to create the endpoint and the security groups to associate with the endpoint network interfaces.An endpoint of type gateway serves as a target for a route in your route table for traffic destined for S3 or DDB. You can specify an endpoint policy for the endpoint, which controls access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. For more information about connectivity to S3, see [Why can't I connect to an S3 bucket using a gateway VPC endpoint?](https://docs.aws.amazon.com/premiumsupport/knowledge-center/connect-s3-vpc-endpoint) An endpoint of type GatewayLoadBalancer provides private connectivity between your VPC and virtual appliances from a service provider. |
Id | aws.ec2.vpc_endpoints_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpc_endpoints
in a region.
SELECT
region,
id
FROM aws.ec2.vpc_endpoints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_endpoints_list_only
resource, see vpc_endpoints