Skip to main content

vpc_endpoints_list_only

Lists vpc_endpoints in a region or regions, for all properties use vpc_endpoints

Overview

Namevpc_endpoints_list_only
TypeResource
DescriptionAmazon OpenSearchServerless vpc endpoint resource
Idaws.opensearchserverless.vpc_endpoints_list_only

Fields

NameDatatypeDescription
idstringThe identifier of the VPC Endpoint
namestringThe name of the VPC Endpoint
security_group_idsarrayThe ID of one or more security groups to associate with the endpoint network interface
subnet_idsarrayThe ID of one or more subnets in which to create an endpoint network interface
vpc_idstringThe ID of the VPC in which the endpoint will be used.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all vpc_endpoints in a region.

SELECT
region,
id
FROM aws.opensearchserverless.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