Creates a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.
Use a bare-bones client and the command you need to make an API call.
import { EMRContainersClient, CreateManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import // const { EMRContainersClient, CreateManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import const client = new EMRContainersClient(config); const command = new CreateManagedEndpointCommand(input); const response = await client.send(command);
CreateManagedEndpointCommandInput for command's input shape.
input
CreateManagedEndpointCommandOutput for command's response shape.
response
config for EMRContainersClient's config shape.
config
Creates a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.
Use a bare-bones client and the command you need to make an API call.
import { EMRContainersClient, CreateManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import // const { EMRContainersClient, CreateManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import const client = new EMRContainersClient(config); const command = new CreateManagedEndpointCommand(input); const response = await client.send(command);
CreateManagedEndpointCommandInput for command's
input
shape.CreateManagedEndpointCommandOutput for command's
response
shape.config for EMRContainersClient's
config
shape.