Amazon Managed Blockchain · Example Payload

Amazon Managed Blockchain Proposal Example

BlockchainDistributed LedgerHyperledger FabricEthereum

Amazon Managed Blockchain Proposal Example is an example object payload from Amazon Managed Blockchain, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ProposalIdNetworkIdDescriptionActionsProposedByMemberIdProposedByMemberNameStatusCreationDateExpirationDateYesVoteCountNoVoteCountOutstandingVoteCountTagsArn

Example Payload

Raw ↑
{
  "ProposalId": "abc12345",
  "NetworkId": "abc12345",
  "Description": "Example resource description",
  "Actions": "example-value",
  "ProposedByMemberId": "abc12345",
  "ProposedByMemberName": "my-resource",
  "Status": "ACTIVE",
  "CreationDate": "example-value",
  "ExpirationDate": "example-value",
  "YesVoteCount": "example-value",
  "NoVoteCount": "example-value",
  "OutstandingVoteCount": "example-value",
  "Tags": "example-value",
  "Arn": "arn:aws:service:us-east-1:123456789012:resource/id"
}