cloudfrontkeyvaluestore_list_keys: Returns a list of key value pairs

View source: R/cloudfrontkeyvaluestore_operations.R

cloudfrontkeyvaluestore_list_keysR Documentation

Returns a list of key value pairs

Description

Returns a list of key value pairs.

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

Usage

cloudfrontkeyvaluestore_list_keys(KvsARN, NextToken = NULL, MaxResults = NULL)

Arguments

KvsARN

[required] The Amazon Resource Name (ARN) of the Key Value Store.

NextToken

If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.

MaxResults

Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.


paws.networking documentation built on April 3, 2025, 5:54 p.m.