aws.opensearch.describe_vpc_endpoints
Example SQL Queries
SELECT * FROMaws.opensearch.describe_vpc_endpointsWHERE"vpc_endpoint_ids" = 'VALUE';Description
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vpc_endpoint_ids Required Input Column The unique identifiers of the endpoints to get information about. | VARCHAR[] |
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_errors Any errors associated with the request. | STRUCT( |
Show child fields
| |
| vpc_endpoints Information about each requested VPC endpoint. | STRUCT( |
Show child fields
| |