:doc:`NeptuneGraph <../../neptune-graph>` / Client / get_private_graph_endpoint

**************************
get_private_graph_endpoint
**************************



.. py:method:: NeptuneGraph.Client.get_private_graph_endpoint(**kwargs)

  

  Retrieves information about a specified private endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/neptune-graph-2023-11-29/GetPrivateGraphEndpoint>`_  


  **Request Syntax**
  ::

    response = client.get_private_graph_endpoint(
        graphIdentifier='string',
        vpcId='string'
    )
    
  :type graphIdentifier: string
  :param graphIdentifier: **[REQUIRED]** 

    The unique identifier of the Neptune Analytics graph.

    

  
  :type vpcId: string
  :param vpcId: **[REQUIRED]** 

    The ID of the VPC where the private endpoint is located.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'vpcId': 'string',
          'subnetIds': [
              'string',
          ],
          'status': 'CREATING'|'AVAILABLE'|'DELETING'|'FAILED',
          'vpcEndpointId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **vpcId** *(string) --* 

        The ID of the VPC where the private endpoint is located.

        
      

      - **subnetIds** *(list) --* 

        The subnet IDs involved.

        
        

        - *(string) --* 
    
      

      - **status** *(string) --* 

        The current status of the private endpoint.

        
      

      - **vpcEndpointId** *(string) --* 

        The ID of the private endpoint.

        
  
  **Exceptions**
  
  *   :py:class:`NeptuneGraph.Client.exceptions.ThrottlingException`

  
  *   :py:class:`NeptuneGraph.Client.exceptions.ValidationException`

  
  *   :py:class:`NeptuneGraph.Client.exceptions.InternalServerException`

  
  *   :py:class:`NeptuneGraph.Client.exceptions.ResourceNotFoundException`

  