NeptuneGraph / Client / delete_private_graph_endpoint
delete_private_graph_endpoint¶
- NeptuneGraph.Client.delete_private_graph_endpoint(**kwargs)¶
- Deletes a private graph endpoint. - See also: AWS API Documentation - Request Syntax- response = client.delete_private_graph_endpoint( graphIdentifier='string', vpcId='string' ) - Parameters:
- graphIdentifier (string) – - [REQUIRED] - The unique identifier of the Neptune Analytics graph. 
- vpcId (string) – - [REQUIRED] - The ID of the VPC where the private endpoint is located. 
 
- Return type:
- 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 was deleted. 
- subnetIds (list) – - The subnet IDs involved. - (string) – 
 
- status (string) – - The status of the delete operation. 
- vpcEndpointId (string) – - The ID of the VPC endpoint that was deleted. 
 
 
 - Exceptions