Amazon QLDB · Schema
CreateLedgerResponse
CreateLedgerResponse schema from Amazon QLDB API
BlockchainDatabaseLedger
Properties
| Name | Type | Description |
|---|---|---|
| Name | object | |
| Arn | object | |
| State | object | |
| CreationDateTime | object | |
| PermissionsMode | object | |
| DeletionProtection | object | |
| KmsKeyArn | 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-create-ledger-response-schema.json",
"title": "CreateLedgerResponse",
"description": "CreateLedgerResponse schema from Amazon QLDB API",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/LedgerName"
},
{
"description": "The name of the ledger."
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) for 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.)"
}
]
},
"PermissionsMode": {
"allOf": [
{
"$ref": "#/components/schemas/PermissionsMode"
},
{
"description": "The permissions mode of the ledger that you created."
}
]
},
"DeletionProtection": {
"allOf": [
{
"$ref": "#/components/schemas/DeletionProtection"
},
{
"description": "<p>The flag that prevents a ledger from being deleted by any user. If not provided on ledger creation, this feature is enabled (<code>true</code>) by default.</p> <p>If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the <code>UpdateLedger</code> operation to set the flag to <code>false</code>.</p>"
}
]
},
"KmsKeyArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The ARN of the customer managed KMS key that the ledger uses for encryption at rest. If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key for encryption."
}
]
}
}
}
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-create-ledger-response"
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.