KinesisStreamSourceConfiguration class
The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a delivery stream.
Constructors
- KinesisStreamSourceConfiguration({required String kinesisStreamARN, required String roleARN})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kinesisStreamARN → String
-
The 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 that provides access to 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited