Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Invite Action Structure

An action to invite a specific Amazon Web Services account to create a member and join the network. The InviteAction is carried out when a Proposal is APPROVED.

Applies only to Hyperledger Fabric.

Type: object Properties: 1 Required: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

InviteAction is a JSON Structure definition published by Amazon Managed Blockchain, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Principal

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-invite-action-structure.json",
  "name": "InviteAction",
  "description": "<p>An action to invite a specific Amazon Web Services account to create a member and join the network. The <code>InviteAction</code> is carried out when a <code>Proposal</code> is <code>APPROVED</code>.</p> <p>Applies only to Hyperledger Fabric.</p>",
  "type": "object",
  "properties": {
    "Principal": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PrincipalString"
        },
        {
          "description": "The Amazon Web Services account ID to invite."
        }
      ]
    }
  },
  "required": [
    "Principal"
  ]
}