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 | Amazon OpenSearchServerless vpc endpoint resource |
Id | aws.opensearchserverless.vpc_endpoints_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier of the VPC Endpoint |
name | string | The name of the VPC Endpoint |
security_group_ids | array | The ID of one or more security groups to associate with the endpoint network interface |
subnet_ids | array | The ID of one or more subnets in which to create an endpoint network interface |
vpc_id | string | The ID of the VPC in which the endpoint will be used. |
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.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