v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141912377.1 KB

Creates 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.

post/virtualclusters/{virtualClusterId}/endpoints

Path parameters

virtualClusterIdstring required

The ID of the virtual cluster for which a managed endpoint is created.

Request body

namestring required

The name of the managed endpoint.

typestring required

The type of the managed endpoint.

releaseLabelstring required

The Amazon EMR release version.

executionRoleArnstring required

The ARN of the execution role.

certificateArnstring

The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.

clientTokenstring required

The client idempotency token for this create call.

tagsobject

The tags of the managed endpoint.

Response

Success

idstring

The output contains the ID of the managed endpoint.

namestring

The output contains the name of the managed endpoint.

arnstring

The output contains the ARN of the managed endpoint.

virtualClusterIdstring

The output contains the ID of the virtual cluster.