aws.opensearchserverless.list_vpc_endpoints
Example SQL Queries
SELECT * FROMaws.opensearchserverless.list_vpc_endpoints;Description
Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 20. | BIGINT |
| 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. Make the call again using the returned token to retrieve the next page. | VARCHAR |
| vpc_endpoint_filters Input Column Filter the results according to the current status of the VPC endpoint. Possible statuses are CREATING, DELETING, UPDATING, ACTIVE, and FAILED. | STRUCT( |
Show child fields
| |
| _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_summaries Details about each VPC endpoint, including the name and current status. | STRUCT( |
Show child fields
| |