Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources
through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
the specified addresses starts routing to Amazon Web Services because of propagation delays.
Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of propagation delays.
To stop advertising the BYOIP address range, use WithdrawByoipCidr.
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, AdvertiseByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new AdvertiseByoipCidrCommand(input); const response = await client.send(command);
AdvertiseByoipCidrCommandInput for command's
input
shape.AdvertiseByoipCidrCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.