Amazon QLDB · JSON Structure

Amazon Qldb Update Ledger Permissions Mode Response Structure

UpdateLedgerPermissionsModeResponse schema from Amazon QLDB API

Type: object Properties: 3
BlockchainDatabaseLedger

UpdateLedgerPermissionsModeResponse 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.

Properties

Name Arn PermissionsMode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-response-structure.json",
  "name": "UpdateLedgerPermissionsModeResponse",
  "description": "UpdateLedgerPermissionsModeResponse 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."
        }
      ]
    },
    "PermissionsMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PermissionsMode"
        },
        {
          "description": "The current permissions mode of the ledger."
        }
      ]
    }
  }
}