View source: R/cloudfrontkeyvaluestore_operations.R
cloudfrontkeyvaluestore_list_keys | R Documentation |
Returns a list of key value pairs.
See https://www.paws-r-sdk.com/docs/cloudfrontkeyvaluestore_list_keys/ for full documentation.
cloudfrontkeyvaluestore_list_keys(KvsARN, NextToken = NULL, MaxResults = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.