RealtimeLogConfigArgs

data class RealtimeLogConfigArgs(val endPoints: Output<List<RealtimeLogConfigEndPointArgs>>? = null, val fields: Output<List<String>>? = null, val name: Output<String>? = null, val samplingRate: Output<Double>? = null) : ConvertibleToJava<RealtimeLogConfigArgs>

A real-time log configuration.

Constructors

Link copied to clipboard
constructor(endPoints: Output<List<RealtimeLogConfigEndPointArgs>>? = null, fields: Output<List<String>>? = null, name: Output<String>? = null, samplingRate: Output<Double>? = null)

Properties

Link copied to clipboard

Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.

Link copied to clipboard
val fields: Output<List<String>>? = null

A list of fields that are included in each real-time log record. In an API response, the fields are provided in the same order in which they are sent to the Amazon Kinesis data stream. For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.

Link copied to clipboard
val name: Output<String>? = null

The unique name of this real-time log configuration.

Link copied to clipboard
val samplingRate: Output<Double>? = null

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. The sampling rate is an integer between 1 and 100, inclusive.

Functions

Link copied to clipboard
open override fun toJava(): RealtimeLogConfigArgs