Information about a ledger, including its name, state, and when it was created.
Type: objectProperties: 3
BlockchainDatabaseLedger
LedgerSummary is a JSON Structure definition published by Amazon QLDB, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-structure/amazon-qldb-ledger-summary-structure.json",
"name": "LedgerSummary",
"description": "Information about a ledger, including its name, state, and when it was created.",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/LedgerName"
},
{
"description": "The name of the ledger."
}
]
},
"State": {
"allOf": [
{
"$ref": "#/components/schemas/LedgerState"
},
{
"description": "The current status of the ledger."
}
]
},
"CreationDateTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)"
}
]
}
}
}
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.