cloudfrontkeyvaluestore_list_keys {paws.networking} | R 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. |
[Package paws.networking version 0.9.0 Index]