DescribeLedgerResponse schema from Amazon QLDB API
Type: objectProperties: 7
BlockchainDatabaseLedger
DescribeLedgerResponse is a JSON Structure definition published by Amazon QLDB, describing 7 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-describe-ledger-response-structure.json",
"name": "DescribeLedgerResponse",
"description": "DescribeLedgerResponse 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."
}
]
},
"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>"
}
]
},
"EncryptionDescription": {
"allOf": [
{
"$ref": "#/components/schemas/LedgerEncryptionDescription"
},
{
"description": "Information about the encryption of data at rest in the ledger. This includes the current status, the KMS key, and when the key became inaccessible (in the case of an error)."
}
]
}
}
}
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.