KinesisDataStreamDestination class
Describes a Kinesis data stream destination.
Constructors
- KinesisDataStreamDestination({DestinationStatus? destinationStatus, String? destinationStatusDescription, String? streamArn})
-
KinesisDataStreamDestination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- destinationStatus → DestinationStatus?
-
The current status of replication.
final
- destinationStatusDescription → String?
-
The human-readable string that corresponds to the replica status.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamArn → String?
-
The ARN for a specific Kinesis data stream.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited