cloudfront_create_realtime_log_config {paws.networking} | R Documentation |
Creates a real-time log configuration
Description
Creates a real-time log configuration.
See https://www.paws-r-sdk.com/docs/cloudfront_create_realtime_log_config/ for full documentation.
Usage
cloudfront_create_realtime_log_config(EndPoints, Fields, Name, SamplingRate)
Arguments
EndPoints |
[required] Contains information about the Amazon Kinesis data stream where you are sending real-time log data. |
Fields |
[required] A list of fields to include in each real-time log record. For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide. |
Name |
[required] A unique name to identify this real-time log configuration. |
SamplingRate |
[required] The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data. |
[Package paws.networking version 0.7.0 Index]