- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@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 Required | Date | undefined | The exclusive end date and time for the range of journal contents that was specified in the original export request. |
ExportCreationTime Required | Date | 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 Required | string | undefined | The UUID (represented in Base62-encoded text) of the journal export job. |
InclusiveStartTime Required | Date | undefined | The inclusive start date and time for the range of journal contents that was specified in the original export request. |
LedgerName Required | string | undefined | The name of the ledger. |
RoleArn Required | string | undefined | The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:
|
S3ExportConfiguration Required | S3ExportConfiguration | undefined | The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents. |
Status Required | ExportStatus | 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