aws.es.list_vpc_endpoints
Example SQL Queries
SELECT * FROMaws.es.list_vpc_endpoints;Description
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column Provides an identifier to allow retrieval of paginated results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| vpc_endpoint_summary_list Information about each endpoint. | STRUCT( |
Show child fields
| |