Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Create Accessor Output Structure

CreateAccessorOutput schema from Amazon Managed Blockchain API

Type: object Properties: 2
BlockchainDistributed LedgerHyperledger FabricEthereum

CreateAccessorOutput 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

AccessorId BillingToken

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-create-accessor-output-structure.json",
  "name": "CreateAccessorOutput",
  "description": "CreateAccessorOutput schema from Amazon Managed Blockchain API",
  "type": "object",
  "properties": {
    "AccessorId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceIdString"
        },
        {
          "description": "The unique identifier of the accessor."
        }
      ]
    },
    "BillingToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessorBillingTokenString"
        },
        {
          "description": "The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes."
        }
      ]
    }
  }
}