@aws-sdk/client-qldb

JournalS3ExportDescription Interface

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.

Members

Name
Type
Details
ExclusiveEndTime RequiredDate | undefined

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

ExportCreationTime RequiredDate | undefined

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

ExportId Requiredstring | undefined

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

InclusiveStartTime RequiredDate | undefined

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

LedgerName Requiredstring | undefined

The name of the ledger.

RoleArn Requiredstring | undefined

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 managed key in Key Management Service (KMS) for server-side encryption of your exported data.

S3ExportConfiguration RequiredS3ExportConfiguration | undefined

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

Status RequiredExportStatus | undefined

The current state of the journal export job.

OutputFormat OutputFormat | undefined

The output format of the exported journal data.

Full Signature

export interface JournalS3ExportDescription