OpenSearchService / Client / list_vpc_endpoint_access
list_vpc_endpoint_access¶
- OpenSearchService.Client.list_vpc_endpoint_access(**kwargs)¶
- 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. - See also: AWS API Documentation - Request Syntax- response = client.list_vpc_endpoint_access( DomainName='string', NextToken='string' ) - Parameters:
- DomainName (string) – - [REQUIRED] - The name of the OpenSearch Service domain to retrieve access information for. 
- NextToken (string) – If your initial - ListVpcEndpointAccessoperation returns a- nextToken, you can include the returned- nextTokenin subsequent- ListVpcEndpointAccessoperations, which returns results in the next page.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'AuthorizedPrincipalList': [ { 'PrincipalType': 'AWS_ACCOUNT'|'AWS_SERVICE', 'Principal': 'string' }, ], 'NextToken': 'string' } - Response Structure- (dict) – - AuthorizedPrincipalList (list) – - A list of IAM principals that can currently access the domain. - (dict) – - Information about an Amazon Web Services account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint. - PrincipalType (string) – - The type of principal. 
- Principal (string) – - The IAM principal that is allowed access to the domain. 
 
 
- NextToken (string) – - When - nextTokenis returned, there are more results available. The value of- nextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
 
 
 - Exceptions