Amazon QLDB · Example Payload

Amazon Qldb Journal S3Export Description Example

BlockchainDatabaseLedger

Amazon Qldb Journal S3Export Description Example is an example object payload from Amazon QLDB, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

LedgerNameExportIdExportCreationTimeStatusInclusiveStartTimeExclusiveEndTimeS3ExportConfigurationRoleArnOutputFormat

Example Payload

Raw ↑
{
  "LedgerName": "my-ledger",
  "ExportId": "ldgr-433",
  "ExportCreationTime": "2025-03-15T14:30:00Z",
  "Status": "ACTIVE",
  "InclusiveStartTime": "2025-03-15T14:30:00Z",
  "ExclusiveEndTime": "2025-03-15T14:30:00Z",
  "S3ExportConfiguration": "example-S3ExportConfiguration",
  "RoleArn": "arn:aws:qldb:us-east-1:123456789:ledger/my-ledger",
  "OutputFormat": "example-OutputFormat"
}