Learn R Programming

paws.networking (version 0.1.9)

globalaccelerator_list_byoip_cidrs: Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes

Description

Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.

Usage

globalaccelerator_list_byoip_cidrs(MaxResults, NextToken)

Arguments

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

NextToken

The token for the next page of results.

Request syntax

svc$list_byoip_cidrs(
  MaxResults = 123,
  NextToken = "string"
)

Details

To see an AWS CLI example of listing BYOIP CIDR addresses, scroll down to Example.