UpdateRealtimeLogConfigRequest class

Constructors

UpdateRealtimeLogConfigRequest({String? arn, List<EndPoint>? endPoints, List<String>? fields, String? name, int? samplingRate})

Properties

arn String?
The Amazon Resource Name (ARN) for this real-time log configuration.
final
endPoints List<EndPoint>?
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
final
fields List<String>?
A list of fields to include in each real-time log record.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name for this real-time log configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingRate int?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited