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)
[required] The Amazon Resource Name (ARN) of the Key Value Store.
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.
Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.