aws.opensearch.list_vpc_endpoint_access
Example SQL Queries
SELECT * FROMaws.opensearch.list_vpc_endpoint_accessWHERE"domain_name" = 'VALUE';Description
Retrieves information about each Amazon Web Services 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 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
| |
| authorized_principal_list A list of IAM principals that can currently access the domain. | STRUCT( |
Show child fields
| |