Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_managed_endpoint

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