route53_list_cidr_blocks: Returns a paginated list of location objects and their CIDR...

View source: R/route53_operations.R

route53_list_cidr_blocksR Documentation

Returns a paginated list of location objects and their CIDR blocks

Description

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.

Usage

route53_list_cidr_blocks(
  CollectionId,
  LocationName = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

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.


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