Amazon QLDB · Example Payload

Amazon Qldb Export Journal To S3Request Example

BlockchainDatabaseLedger

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

Top-level fields

InclusiveStartTimeExclusiveEndTimeS3ExportConfigurationRoleArnOutputFormat

Example Payload

Raw ↑
{
  "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"
}