route53_list_cidr_locations: Returns a paginated list of CIDR locations for the given...

View source: R/route53_operations.R

route53_list_cidr_locationsR Documentation

Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks)

Description

Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).

See https://www.paws-r-sdk.com/docs/route53_list_cidr_locations/ for full documentation.

Usage

route53_list_cidr_locations(CollectionId, NextToken = NULL, MaxResults = NULL)

Arguments

CollectionId

[required] The CIDR collection ID.

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 collection locations to return in the response.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.