aws.cloudfront.list_key_groups
Example SQL Queries
SELECT * FROMaws.cloudfront.list_key_groups;Description
Gets a list of key groups.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| marker Input Column Use this field when paginating results to indicate where to begin in your list of key groups. The response includes key groups in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response. | VARCHAR |
| max_items Input Column The maximum number of key groups that you want in the response. | 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
| |
| key_group_list A list of key groups. | STRUCT( |
Show child fields
| |