UpdateNodeInput

UpdateNodeInput schema from Amazon Managed Blockchain API

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
MemberId object
LogPublishingConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-update-node-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-schema/amazon-managed-blockchain-update-node-input-schema.json",
  "title": "UpdateNodeInput",
  "description": "UpdateNodeInput schema from Amazon Managed Blockchain API",
  "type": "object",
  "properties": {
    "MemberId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceIdString"
        },
        {
          "description": "<p>The unique identifier of the member that owns the node.</p> <p>Applies only to Hyperledger Fabric.</p>"
        }
      ]
    },
    "LogPublishingConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodeLogPublishingConfiguration"
        },
        {
          "description": "Configuration properties for publishing to Amazon CloudWatch Logs."
        }
      ]
    }
  }
}