Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'http://es.{region}.amazonaws.com/2015-01-01/es/domain//listVpcEndpointAccess'
The name of the OpenSearch Service domain to retrieve access information for.
Query Params
nextToken
stringÂ
optional
Provides an identifier to allow retrieval of paginated results.
Responses
🟢200Success
application/json
Body
Container for response parameters to the <code><a>ListVpcEndpointAccess</a></code> operation. Returns a list of accounts id and account type authorized to manage VPC endpoints.
AuthorizedPrincipalList
array[object (AuthorizedPrincipal) {2}]Â
required
List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints against the specified domain.
PrincipalType
enum<string>Â
optional
The type of principal.
Allowed values:
AWS_ACCOUNTAWS_SERVICE
Principal
stringÂ
optional
The IAM principal that is allowed access to the domain.
NextToken
stringÂ
required
Provides an identifier to allow retrieval of paginated results.