cloudfront_create_realtime_log_config: Creates a real-time log configuration

View source: R/cloudfront_operations.R

cloudfront_create_realtime_log_configR 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. 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.