class Aws::QLDB::Types::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.

@!attribute [rw] ledger_name

The name of the ledger.
@return [String]

@!attribute [rw] export_id

The UUID (represented in Base62-encoded text) of the journal export
job.
@return [String]

@!attribute [rw] export_creation_time

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.)
@return [Time]

@!attribute [rw] status

The current state of the journal export job.
@return [String]

@!attribute [rw] inclusive_start_time

The inclusive start date and time for the range of journal contents
that are specified in the original export request.
@return [Time]

@!attribute [rw] exclusive_end_time

The exclusive end date and time for the range of journal contents
that are specified in the original export request.
@return [Time]

@!attribute [rw] s3_export_configuration

The Amazon Simple Storage Service (Amazon S3) bucket location in
which a journal export job writes the journal contents.
@return [Types::S3ExportConfiguration]

@!attribute [rw] role_arn

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

* Write objects into your Amazon Simple Storage Service (Amazon S3)
  bucket.

* (Optional) Use your customer master key (CMK) in Key Management
  Service (KMS) for server-side encryption of your exported data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/JournalS3ExportDescription AWS API Documentation

Constants

SENSITIVE