CreateRealtimeLogConfigRequest class

Constructors

CreateRealtimeLogConfigRequest({required List<EndPoint> endPoints, required List<String> fields, required String name, required int samplingRate})

Properties

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
A unique name to identify 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