Create an endpoint group for the specified listener for a custom routing accelerator. An endpoint group is a collection of endpoints in one Amazon Web Services Region.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new CreateCustomRoutingEndpointGroupCommand(input); const response = await client.send(command);
CreateCustomRoutingEndpointGroupCommandInput for command's input shape.
input
CreateCustomRoutingEndpointGroupCommandOutput for command's response shape.
response
config for GlobalAcceleratorClient's config shape.
config
Create an endpoint group for the specified listener for a custom routing accelerator. An endpoint group is a collection of endpoints in one Amazon Web Services Region.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new CreateCustomRoutingEndpointGroupCommand(input); const response = await client.send(command);
CreateCustomRoutingEndpointGroupCommandInput for command's
input
shape.CreateCustomRoutingEndpointGroupCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.