RealtimeLogConfig

A real-time log configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of this real-time log configuration.

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

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.

Link copied to clipboard

The unique name of this real-time log configuration.

Link copied to clipboard

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
inline fun copy(block: RealtimeLogConfig.Builder.() -> Unit = {}): RealtimeLogConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String