Expand description
Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority. Currently, Managed Blockchain supports the Hyperledger Fabric open source framework.
If you’re using the service, you’re probably looking for ManagedBlockchainClient and ManagedBlockchain.
Structs§
- Approval
Threshold Policy A policy type that defines the voting rules for the network. The rules decide if a proposal is approved. Approval may be based on criteria such as the percentage of
YES
votes and the duration of the proposal. The policy applies to all proposals and is specified when the network is created.- Create
Member Input - Create
Member Output - Create
Network Input - Create
Network Output - Create
Node Input - Create
Node Output - Create
Proposal Input - Create
Proposal Output - Delete
Member Input - Delete
Member Output - Delete
Node Input - Delete
Node Output - GetMember
Input - GetMember
Output - GetNetwork
Input - GetNetwork
Output - GetNode
Input - GetNode
Output - GetProposal
Input - GetProposal
Output - Invitation
An invitation to an AWS account to create a member and join the network.
- Invite
Action An action to invite a specific AWS account to create a member and join the network. The
InviteAction
is carried out when aProposal
isAPPROVED
.- List
Invitations Input - List
Invitations Output - List
Members Input - List
Members Output - List
Networks Input - List
Networks Output - List
Nodes Input - List
Nodes Output - List
Proposal Votes Input - List
Proposal Votes Output - List
Proposals Input - List
Proposals Output - LogConfiguration
A configuration for logging events.
- LogConfigurations
A collection of log configurations.
- Managed
Blockchain Client - A client for the ManagedBlockchain API.
- Member
Member configuration properties.
- Member
Configuration Configuration properties of the member.
- Member
Fabric Attributes Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
- Member
Fabric Configuration Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
- Member
Fabric LogPublishing Configuration Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
- Member
Framework Attributes Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
- Member
Framework Configuration Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.
- Member
LogPublishing Configuration Configuration properties for logging events associated with a member of a Managed Blockchain network.
- Member
Summary A summary of configuration properties for a member.
- Network
Network configuration properties.
- Network
Fabric Attributes Attributes of Hyperledger Fabric for a network.
- Network
Fabric Configuration Hyperledger Fabric configuration properties for the network.
- Network
Framework Attributes Attributes relevant to the network for the blockchain framework that the network uses.
- Network
Framework Configuration Configuration properties relevant to the network for the blockchain framework that the network uses.
- Network
Summary A summary of network configuration properties.
- Node
Configuration properties of a peer node.
- Node
Configuration Configuration properties of a peer node.
- Node
Fabric Attributes Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
- Node
Fabric LogPublishing Configuration Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
- Node
Framework Attributes Attributes relevant to a peer node on a Managed Blockchain network for the blockchain framework that the network uses.
- Node
LogPublishing Configuration Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
- Node
Summary A summary of configuration properties for a peer node.
- Proposal
Properties of a proposal on a Managed Blockchain network.
- Proposal
Actions The actions to carry out if a proposal is
APPROVED
.- Proposal
Summary Properties of a proposal.
- Reject
Invitation Input - Reject
Invitation Output - Remove
Action An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is
APPROVED
. The member and all associated resources are deleted from the network.- Update
Member Input - Update
Member Output - Update
Node Input - Update
Node Output - Vote
OnProposal Input - Vote
OnProposal Output - Vote
Summary Properties of an individual vote that a member cast for a proposal.
- Voting
Policy The voting rules for the network to decide if a proposal is accepted
Enums§
- Create
Member Error - Errors returned by CreateMember
- Create
Network Error - Errors returned by CreateNetwork
- Create
Node Error - Errors returned by CreateNode
- Create
Proposal Error - Errors returned by CreateProposal
- Delete
Member Error - Errors returned by DeleteMember
- Delete
Node Error - Errors returned by DeleteNode
- GetMember
Error - Errors returned by GetMember
- GetNetwork
Error - Errors returned by GetNetwork
- GetNode
Error - Errors returned by GetNode
- GetProposal
Error - Errors returned by GetProposal
- List
Invitations Error - Errors returned by ListInvitations
- List
Members Error - Errors returned by ListMembers
- List
Networks Error - Errors returned by ListNetworks
- List
Nodes Error - Errors returned by ListNodes
- List
Proposal Votes Error - Errors returned by ListProposalVotes
- List
Proposals Error - Errors returned by ListProposals
- Reject
Invitation Error - Errors returned by RejectInvitation
- Update
Member Error - Errors returned by UpdateMember
- Update
Node Error - Errors returned by UpdateNode
- Vote
OnProposal Error - Errors returned by VoteOnProposal
Traits§
- Managed
Blockchain - Trait representing the capabilities of the ManagedBlockchain API. ManagedBlockchain clients implement this trait.