aws.cloudfront.list_public_keys
Example SQL Queries
SELECT * FROMaws.cloudfront.list_public_keys;Description
List all public keys that have been added to CloudFront for this account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| marker Input Column 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 Marker to the value of the NextMarker from the current page's response (which is also the ID of the last public key on that page). | VARCHAR |
| max_items Input Column The maximum number of public keys you want in the response body. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| public_key_list Returns a list of all public keys that have been added to CloudFront for this account. | STRUCT( |
Show child fields
| |