Skip to main content

vpc_endpoints

Retrieves a list of vpc_endpoints in a region

Overview

Namevpc_endpoints
TypeResource
Descriptionvpc_endpoints
Idawscc.opensearchserverless.vpc_endpoints

Fields

NameDatatypeDescription
idstringThe identifier of the VPC Endpoint
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

aoss:BatchGetVpcEndpoint,
aoss:CreateVpcEndpoint,
ec2:CreateVpcEndpoint,
ec2:DeleteVpcEndPoints,
ec2:DescribeVpcEndpoints,
ec2:ModifyVpcEndPoint,
ec2:DescribeVpcs,
ec2:DescribeSubnets,
ec2:DescribeSecurityGroups,
ec2:CreateTags,
route53:ChangeResourceRecordSets,
route53:GetChange,
route53:GetHostedZone,
route53:ListResourceRecordSets,
route53:ListHostedZonesByName,
route53:CreateHostedZone,
route53:ListHostedZonesByVPC,
route53:AssociateVPCWithHostedZone

List

aoss:ListVpcEndpoints,
ec2:DescribeVpcEndpoints