Amazon Managed Blockchain · Example Payload

Amazon Managed Blockchain Proposal Summary Example

BlockchainDistributed LedgerHyperledger FabricEthereum

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

Top-level fields

ProposalIdDescriptionProposedByMemberIdProposedByMemberNameStatusCreationDateExpirationDateArn

Example Payload

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