JournalS3ExportDescription

Information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The exclusive end date and time for the range of journal contents that was specified in the original export request.

Link copied to clipboard

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.)

Link copied to clipboard

The UUID (represented in Base62-encoded text) of the journal export job.

Link copied to clipboard

The inclusive start date and time for the range of journal contents that was specified in the original export request.

Link copied to clipboard

The name of the ledger.

Link copied to clipboard

The output format of the exported journal data.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:

Link copied to clipboard

The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.

Link copied to clipboard

The current state of the journal export job.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String