KinesisStreamSourceDescription class

Details about a Kinesis data stream used as the source for a Kinesis Data Firehose delivery stream.

Constructors

KinesisStreamSourceDescription({DateTime? deliveryStartTimestamp, String? kinesisStreamARN, String? roleARN})
KinesisStreamSourceDescription.fromJson(Map<String, dynamic> json)
factory

Properties

deliveryStartTimestamp DateTime?
Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
final
hashCode int
The hash code for this object.
no setterinherited
kinesisStreamARN String?
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
final
roleARN String?
The ARN of the role used by the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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