cloudfront_update_realtime_log_config {paws.networking} | R Documentation |
Updates a real-time log configuration
Description
Updates a real-time log configuration.
See https://www.paws-r-sdk.com/docs/cloudfront_update_realtime_log_config/ for full documentation.
Usage
cloudfront_update_realtime_log_config(
EndPoints = NULL,
Fields = NULL,
Name = NULL,
ARN = NULL,
SamplingRate = NULL
)
Arguments
EndPoints |
Contains information about the Amazon Kinesis data stream where you are sending real-time log data. |
Fields |
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 |
The name for this real-time log configuration. |
ARN |
The Amazon Resource Name (ARN) for this real-time log configuration. |
SamplingRate |
The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive. |
[Package paws.networking version 0.9.0 Index]