JournalS3ExportDescription class

The information about a journal export job, including the ledger name, export ID, when it was created, current status, and its start and end time export parameters.

Constructors

JournalS3ExportDescription({required DateTime exclusiveEndTime, required DateTime exportCreationTime, required String exportId, required DateTime inclusiveStartTime, required String ledgerName, required String roleArn, required S3ExportConfiguration s3ExportConfiguration, required ExportStatus status})
JournalS3ExportDescription.fromJson(Map<String, dynamic> json)
factory

Properties

exclusiveEndTime DateTime
The exclusive end date and time for the range of journal contents that are specified in the original export request.
final
exportCreationTime DateTime
The date and time, in epoch time format, when the export job was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
final
exportId String
The unique ID of the journal export job.
final
hashCode int
The hash code for this object.
no setterinherited
inclusiveStartTime DateTime
The inclusive start date and time for the range of journal contents that are specified in the original export request.
final
ledgerName String
The name of the ledger.
final
roleArn String
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3ExportConfiguration S3ExportConfiguration
final
status ExportStatus
The current state of the journal export job.
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