Get Realtime Log Config Result
data class GetRealtimeLogConfigResult(val arn: String, val endpoints: List<GetRealtimeLogConfigEndpoint>, val fields: List<String>, val id: String, val name: String, val samplingRate: Int)
A collection of values returned by getRealtimeLogConfig.
Properties
Link copied to clipboard
(Required) Amazon Kinesis data streams where real-time log data is sent.
Link copied to clipboard
(Required) Fields that are included in each real-time log record. See the AWS documentation for supported values.
Link copied to clipboard
(Required) 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. An integer between 1
and 100
, inclusive.