aws.opensearch.list_vpc_endpoints
Example SQL Queries
SELECT * FROMaws.opensearch.list_vpc_endpoints;Description
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page. | 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
| |
| vpc_endpoint_summary_list Information about each endpoint. | STRUCT( |
Show child fields
| |