aws.cloudfront.get_realtime_log_config
Example SQL Queries
SELECT * FROMaws.cloudfront.get_realtime_log_config;Description
Gets a real-time log configuration.
To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Input Column The Amazon Resource Name (ARN) of the real-time log configuration to get. | VARCHAR |
| name Input Column The name of the real-time log configuration to get. | 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_config A real-time log configuration. | STRUCT( |
Show child fields
| |