The description of a listener for a custom routing accelerator.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new DescribeCustomRoutingListenerCommand(input); const response = await client.send(command);
DescribeCustomRoutingListenerCommandInput for command's input shape.
input
DescribeCustomRoutingListenerCommandOutput for command's response shape.
response
config for GlobalAcceleratorClient's config shape.
config
The description of a listener for a custom routing accelerator.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new DescribeCustomRoutingListenerCommand(input); const response = await client.send(command);
DescribeCustomRoutingListenerCommandInput for command's
input
shape.DescribeCustomRoutingListenerCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.