List Cidr Blocks
| route53_list_cidr_blocks | R Documentation |
Returns a paginated list of location objects and their CIDR blocks¶
Description¶
Returns a paginated list of location objects and their CIDR blocks.
Usage¶
Arguments¶
CollectionId[required] The UUID of the CIDR collection.
LocationNameThe name of the CIDR collection location.
NextTokenAn opaque pagination token to indicate where the service is to begin enumerating results.
MaxResultsMaximum number of results you want returned.
Value¶
A list with the following syntax:
list(
NextToken = "string",
CidrBlocks = list(
list(
CidrBlock = "string",
LocationName = "string"
)
)
)