StreamSpecification class

Represents the DynamoDB Streams configuration for a table in DynamoDB.

Constructors

StreamSpecification({required bool streamEnabled, StreamViewType? streamViewType})
StreamSpecification.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamEnabled bool
Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.
final
streamViewType StreamViewType?
When an item in the table is modified, StreamViewType determines what information is written to the stream for this table. Valid values for StreamViewType are:
final

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