AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.QLDB.Model
Assembly: AWSSDK.QLDB.dll
Version: 3.x.y.z
public class JournalS3ExportDescription
The JournalS3ExportDescription type exposes the following members
Name | Description | |
---|---|---|
JournalS3ExportDescription() |
Name | Type | Description | |
---|---|---|---|
ExclusiveEndTime | System.DateTime |
Gets and sets the property ExclusiveEndTime. The exclusive end date and time for the range of journal contents that was specified in the original export request. |
|
ExportCreationTime | System.DateTime |
Gets and sets the property ExportCreationTime. 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 | System.String |
Gets and sets the property ExportId. The UUID (represented in Base62-encoded text) of the journal export job. |
|
InclusiveStartTime | System.DateTime |
Gets and sets the property InclusiveStartTime. The inclusive start date and time for the range of journal contents that was specified in the original export request. |
|
LedgerName | System.String |
Gets and sets the property LedgerName. The name of the ledger. |
|
OutputFormat | Amazon.QLDB.OutputFormat |
Gets and sets the property OutputFormat. The output format of the exported journal data. |
|
RoleArn | System.String |
Gets and sets the property RoleArn. The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:
|
|
S3ExportConfiguration | Amazon.QLDB.Model.S3ExportConfiguration |
Gets and sets the property S3ExportConfiguration. |
|
Status | Amazon.QLDB.ExportStatus |
Gets and sets the property Status. The current state of the journal export job. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5