aws.cloudfront.list_realtime_log_configs
Example SQL Queries
SELECT * FROMaws.cloudfront.list_realtime_log_configs;Description
Gets a list of real-time log configurations.
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 real-time log configurations. The response includes real-time log configurations 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 real-time log configurations 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
| |
| realtime_log_configs A list of real-time log configurations. | STRUCT( |
Show child fields
| |