Amazon QLDB · Schema

ExportJournalToS3Response

ExportJournalToS3Response schema from Amazon QLDB API

BlockchainDatabaseLedger

Properties

Name Type Description
ExportId object
View JSON Schema on GitHub

JSON Schema

amazon-qldb-export-journal-to-s3response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-schema/amazon-qldb-export-journal-to-s3response-schema.json",
  "title": "ExportJournalToS3Response",
  "description": "ExportJournalToS3Response schema from Amazon QLDB API",
  "type": "object",
  "properties": {
    "ExportId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UniqueId"
        },
        {
          "description": "<p>The UUID (represented in Base62-encoded text) that QLDB assigns to each journal export job.</p> <p>To describe your export request and check the status of the job, you can use <code>ExportId</code> to call <code>DescribeJournalS3Export</code>.</p>"
        }
      ]
    }
  },
  "required": [
    "ExportId"
  ]
}