Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP
addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned,
it is ready to be advertised using
AdvertiseByoipCidr.
Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, ProvisionByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, ProvisionByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new ProvisionByoipCidrCommand(input); const response = await client.send(command);
ProvisionByoipCidrCommandInput for command's
input
shape.ProvisionByoipCidrCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.