Amazon QLDB · Schema
JournalKinesisStreamDescription
Information about an Amazon QLDB journal stream, including the Amazon Resource Name (ARN), stream name, creation time, current status, and the parameters of the original stream creation request.
BlockchainDatabaseLedger
Properties
| Name | Type | Description |
|---|---|---|
| LedgerName | object | |
| CreationTime | object | |
| InclusiveStartTime | object | |
| ExclusiveEndTime | object | |
| RoleArn | object | |
| StreamId | object | |
| Arn | object | |
| Status | object | |
| KinesisConfiguration | object | |
| ErrorCause | object | |
| StreamName | object |
JSON Schema
{
"$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-journal-kinesis-stream-description-schema.json",
"title": "JournalKinesisStreamDescription",
"description": "Information about an Amazon QLDB journal stream, including the Amazon Resource Name (ARN), stream name, creation time, current status, and the parameters of the original stream creation request.",
"type": "object",
"properties": {
"LedgerName": {
"allOf": [
{
"$ref": "#/components/schemas/LedgerName"
},
{
"description": "The name of the ledger."
}
]
},
"CreationTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date and time, in epoch time format, when the QLDB journal stream was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)"
}
]
},
"InclusiveStartTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The inclusive start date and time from which to start streaming journal data."
}
]
},
"ExclusiveEndTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The exclusive date and time that specifies when the stream ends. If this parameter is undefined, the stream runs indefinitely until you cancel it."
}
]
},
"RoleArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal stream to write data records to a Kinesis Data Streams resource."
}
]
},
"StreamId": {
"allOf": [
{
"$ref": "#/components/schemas/UniqueId"
},
{
"description": "The UUID (represented in Base62-encoded text) of the QLDB journal stream."
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the QLDB journal stream."
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/StreamStatus"
},
{
"description": "The current state of the QLDB journal stream."
}
]
},
"KinesisConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/KinesisConfiguration"
},
{
"description": "The configuration settings of the Amazon Kinesis Data Streams destination for a QLDB journal stream."
}
]
},
"ErrorCause": {
"allOf": [
{
"$ref": "#/components/schemas/ErrorCause"
},
{
"description": "The error message that describes the reason that a stream has a status of <code>IMPAIRED</code> or <code>FAILED</code>. This is not applicable to streams that have other status values."
}
]
},
"StreamName": {
"allOf": [
{
"$ref": "#/components/schemas/StreamName"
},
{
"description": "The user-defined name of the QLDB journal stream."
}
]
}
},
"required": [
"LedgerName",
"RoleArn",
"StreamId",
"Status",
"KinesisConfiguration",
"StreamName"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-qldb-journal-kinesis-stream-description"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.