View source: R/emrcontainers_operations.R
emrcontainers_create_managed_endpoint | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/emrcontainers_create_managed_endpoint/ for full documentation.
emrcontainers_create_managed_endpoint(
name,
virtualClusterId,
type,
releaseLabel,
executionRoleArn,
certificateArn = NULL,
configurationOverrides = NULL,
clientToken,
tags = NULL
)
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. |
tags |
The tags of the managed endpoint. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.