Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Update Node Input Structure

UpdateNodeInput schema from Amazon Managed Blockchain API

Type: object Properties: 2
BlockchainDistributed LedgerHyperledger FabricEthereum

UpdateNodeInput is a JSON Structure definition published by Amazon Managed Blockchain, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MemberId LogPublishingConfiguration

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-managed-blockchain/refs/heads/main/json-structure/amazon-managed-blockchain-update-node-input-structure.json",
  "name": "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."
        }
      ]
    }
  }
}