GetRealtimeLogConfigResult

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.

Constructors

Link copied to clipboard
constructor(arn: String, endpoints: List<GetRealtimeLogConfigEndpoint>, fields: List<String>, id: String, name: String, samplingRate: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN (Amazon Resource Name) of the CloudFront real-time log configuration.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
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.