{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-structure/amazon-qldb-update-ledger-permissions-mode-request-structure.json", "name": "UpdateLedgerPermissionsModeRequest", "description": "UpdateLedgerPermissionsModeRequest schema from Amazon QLDB API", "type": "object", "properties": { "PermissionsMode": { "allOf": [ { "$ref": "#/components/schemas/PermissionsMode" }, { "description": "

The permissions mode to assign to the ledger. This parameter can have one of the following values:

We strongly recommend using the STANDARD permissions mode to maximize the security of your ledger data.

" } ] } }, "required": [ "PermissionsMode" ] }