Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.
globalaccelerator_list_byoip_cidrs(MaxResults, NextToken)
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
The token for the next page of results.
svc$list_byoip_cidrs( MaxResults = 123, NextToken = "string" )
To see an AWS CLI example of listing BYOIP CIDR addresses, scroll down to Example.