KinesisStreamConfig class
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Constructors
- KinesisStreamConfig({required String roleARN, required String streamARN})
- KinesisStreamConfig.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roleARN → String
-
The Amazon Resource Name (ARN) of an AWS Identity and Access Management
(IAM) role that CloudFront can use to send real-time log data to your
Kinesis data stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamARN → String
-
The Amazon Resource Name (ARN) of the Kinesis data stream where you are
sending real-time log data.
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