aws.es.list_vpc_endpoint_access
Example SQL Queries
SELECT * FROMaws.es.list_vpc_endpoint_accessWHERE"domain_name" = 'VALUE';Description
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the OpenSearch Service domain to retrieve access information for. | VARCHAR |
| 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 |
| authorized_principal_list List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints against the specified domain. | STRUCT( |
Show child fields
| |