aws.es.list_vpc_endpoints_for_domain
Example SQL Queries
SELECT * FROMaws.es.list_vpc_endpoints_for_domainWHERE"domain_name" = 'VALUE';Description
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column Name of the ElasticSearch domain whose VPC endpoints are to be listed. | VARCHAR |
| next_token Input Column Information about each endpoint associated with the domain. | 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 Provides list of VpcEndpointSummary summarizing details of the VPC endpoints. | STRUCT( |
Show child fields
| |