cloudfront_list_public_keys {paws.networking} | R Documentation |
List all public keys that have been added to CloudFront for this account
Description
List all public keys that have been added to CloudFront for this account.
See https://www.paws-r-sdk.com/docs/cloudfront_list_public_keys/ for full documentation.
Usage
cloudfront_list_public_keys(Marker = NULL, MaxItems = NULL)
Arguments
Marker |
Use this when paginating results to indicate where to begin in your list
of public keys. The results include public keys in the list that occur
after the marker. To get the next page of results, set the |
MaxItems |
The maximum number of public keys you want in the response body. |
[Package paws.networking version 0.7.0 Index]