Amazon QLDB · JSON Structure

Amazon Qldb Stream Journal To Kinesis Response Structure

StreamJournalToKinesisResponse schema from Amazon QLDB API

Type: object Properties: 1
BlockchainDatabaseLedger

StreamJournalToKinesisResponse is a JSON Structure definition published by Amazon QLDB, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StreamId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-structure/amazon-qldb-stream-journal-to-kinesis-response-structure.json",
  "name": "StreamJournalToKinesisResponse",
  "description": "StreamJournalToKinesisResponse schema from Amazon QLDB API",
  "type": "object",
  "properties": {
    "StreamId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UniqueId"
        },
        {
          "description": "The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream."
        }
      ]
    }
  }
}