Skip to content

Delete Managed Endpoint

emrcontainers_delete_managed_endpoint R Documentation

Deletes a managed endpoint

Description

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.

Usage

emrcontainers_delete_managed_endpoint(id, virtualClusterId)

Arguments

id

[required] The ID of the managed endpoint.

virtualClusterId

[required] The ID of the endpoint's virtual cluster.

Value

A list with the following syntax:

list(
  id = "string",
  virtualClusterId = "string"
)

Request syntax

svc$delete_managed_endpoint(
  id = "string",
  virtualClusterId = "string"
)