View source: R/route53_operations.R
route53_list_cidr_blocks | R Documentation |
Returns a paginated list of location objects and their CIDR blocks.
See https://www.paws-r-sdk.com/docs/route53_list_cidr_blocks/ for full documentation.
route53_list_cidr_blocks(
CollectionId,
LocationName = NULL,
NextToken = NULL,
MaxResults = NULL
)
CollectionId |
[required] The UUID of the CIDR collection. |
LocationName |
The name of the CIDR collection location. |
NextToken |
An opaque pagination token to indicate where the service is to begin enumerating results. |
MaxResults |
Maximum number of results you want returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.