EndPoint class

Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.

Constructors

EndPoint({required String streamType, KinesisStreamConfig? kinesisStreamConfig})
EndPoint.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kinesisStreamConfig KinesisStreamConfig?
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamType String
The type of data stream where you are sending real-time log data. The only valid value is Kinesis.
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