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¶
Arguments¶
NextTokenAn 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.
MaxResultsThe 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
)
)
)