Creates a managed endpoint
Source:R/emrcontainers_operations.R
emrcontainers_create_managed_endpoint.RdCreates 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 https://www.paws-r-sdk.com/docs/emrcontainers_create_managed_endpoint/ for full documentation.
Usage
emrcontainers_create_managed_endpoint(
name,
virtualClusterId,
type,
releaseLabel,
executionRoleArn,
certificateArn = NULL,
configurationOverrides = NULL,
clientToken,
tags = NULL
)Arguments
- name
[required] The name of the managed endpoint.
- virtualClusterId
[required] The ID of the virtual cluster for which a managed endpoint is created.
- type
[required] The type of the managed endpoint.
- releaseLabel
[required] The Amazon EMR release version.
- executionRoleArn
[required] The ARN of the execution role.
- certificateArn
The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.
- configurationOverrides
The configuration settings that will be used to override existing configurations.
- clientToken
[required] The client idempotency token for this create call.
The tags of the managed endpoint.