List Cidr Collections
| route53_list_cidr_collections | R Documentation | 
Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only)¶
Description¶
Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).
Usage¶
route53_list_cidr_collections(NextToken, MaxResults)
Arguments¶
NextToken | 
An opaque pagination token to indicate where the service is to begin enumerating results. If no value is provided, the listing of results starts from the beginning.  | 
MaxResults | 
The maximum number of CIDR collections to return in the response.  | 
Value¶
A list with the following syntax:
list(
  NextToken = "string",
  CidrCollections = list(
    list(
      Arn = "string",
      Id = "string",
      Name = "string",
      Version = 123
    )
  )
)
Request syntax¶
svc$list_cidr_collections(
  NextToken = "string",
  MaxResults = "string"
)