Amazon QLDB · JSON Structure

Amazon Qldb Cancel Journal Kinesis Stream Response Structure

CancelJournalKinesisStreamResponse schema from Amazon QLDB API

Type: object Properties: 1
BlockchainDatabaseLedger

CancelJournalKinesisStreamResponse 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-cancel-journal-kinesis-stream-response-structure.json",
  "name": "CancelJournalKinesisStreamResponse",
  "description": "CancelJournalKinesisStreamResponse schema from Amazon QLDB API",
  "type": "object",
  "properties": {
    "StreamId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UniqueId"
        },
        {
          "description": "The UUID (Base62-encoded text) of the canceled QLDB journal stream."
        }
      ]
    }
  }
}