AwsKinesisDataStreamRecord class

Kinesis record that is send via AwsKinesisEvent.

Annotations
  • @JsonSerializable()

Constructors

AwsKinesisDataStreamRecord({AwsKinesisDataStream? kinesis, String? invokeIdentityArn, String? eventName, String? eventID, String? eventSource, String? eventVersion, String? eventSourceARN, String? awsRegion})
const
AwsKinesisDataStreamRecord.fromJson(Map<String, dynamic> json)
factory

Properties

awsRegion String?
Aws Region this event was emitted from
final
eventID String?
Event Id ...
final
eventName String?
Event Name ...
final
eventSource String?
Source of the Event.
final
eventSourceARN String?
Event Source ARN ...
final
eventVersion String?
Event Version ...
final
hashCode int
The hash code for this object.
no setterinherited
invokeIdentityArn String?
Invokey Identity ARN ...
final
kinesis AwsKinesisDataStream?
Data ...
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