Learn R Programming

paws.networking (version 0.1.9)

globalaccelerator_advertise_byoip_cidr: Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP)

Description

Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to AWS because of propagation delays. To see an AWS CLI example of advertising an address range, scroll down to Example.

Usage

globalaccelerator_advertise_byoip_cidr(Cidr)

Arguments

Cidr

[required] The address range, in CIDR notation. This must be the exact range that you provisioned. You can\'t advertise only a portion of the provisioned range.

Request syntax

svc$advertise_byoip_cidr(
  Cidr = "string"
)

Details

To stop advertising the BYOIP address range, use WithdrawByoipCidr.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.