Describe an endpoint group for a custom routing accelerator.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new DescribeCustomRoutingEndpointGroupCommand(input); const response = await client.send(command);
DescribeCustomRoutingEndpointGroupCommandInput for command's input shape.
input
DescribeCustomRoutingEndpointGroupCommandOutput for command's response shape.
response
config for GlobalAcceleratorClient's config shape.
config
Describe an endpoint group for a custom routing accelerator.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new DescribeCustomRoutingEndpointGroupCommand(input); const response = await client.send(command);
DescribeCustomRoutingEndpointGroupCommandInput for command's
input
shape.DescribeCustomRoutingEndpointGroupCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.