EMRContainers / Client / delete_managed_endpoint
delete_managed_endpoint#
- EMRContainers.Client.delete_managed_endpoint(**kwargs)#
Deletes a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
See also: AWS API Documentation
Request Syntax
response = client.delete_managed_endpoint( id='string', virtualClusterId='string' )
- Parameters:
id (string) –
[REQUIRED]
The ID of the managed endpoint.
virtualClusterId (string) –
[REQUIRED]
The ID of the endpoint’s virtual cluster.
- Return type:
dict
- Returns:
Response Syntax
{ 'id': 'string', 'virtualClusterId': 'string' }
Response Structure
(dict) –
id (string) –
The output displays the ID of the managed endpoint.
virtualClusterId (string) –
The output displays the ID of the endpoint’s virtual cluster.
Exceptions
EMRContainers.Client.exceptions.ValidationException
EMRContainers.Client.exceptions.InternalServerException