Managed Blockchain Proposal

Managed Blockchain Proposal in AWS represents the details of a proposal within a blockchain network created using Amazon Managed Blockchain. Proposals are used by network members to suggest and vote on changes, such as inviting new members or updating network policies. This resource provides information about the proposal’s status, actions, and voting results.

aws.managedblockchain_proposal

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
actionscorejsonThe actions to perform on the network if the proposal is APPROVED.
arncorestringThe Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
creation_datecoretimestampThe date and time that the proposal was created.
descriptioncorestringThe description of the proposal.
expiration_datecoretimestampThe date and time that the proposal expires. This is the CreationDate plus the ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this date and time, if members haven't cast enough votes to determine the outcome according to the voting policy, the proposal is EXPIRED and Actions aren't carried out.
network_idcorestringThe unique identifier of the network for which the proposal is made.
no_vote_countcoreint64The current total of NO votes cast on the proposal by members.
outstanding_vote_countcoreint64The number of votes remaining to be cast on the proposal by members. In other words, the number of members minus the sum of YES votes and NO votes.
proposal_idcorestringThe unique identifier of the proposal.
proposed_by_member_idcorestringThe unique identifier of the member that created the proposal.
proposed_by_member_namecorestringThe name of the member that created the proposal.
statuscorestringThe status of the proposal. Values are as follows: IN_PROGRESS - The proposal is active and open for member voting. APPROVED - The proposal was approved with sufficient YES votes among members according to the VotingPolicy specified for the Network. The specified proposal actions are carried out. REJECTED - The proposal was rejected with insufficient YES votes among members according to the VotingPolicy specified for the Network. The specified ProposalActions aren't carried out. EXPIRED - Members didn't cast the number of votes required to determine the proposal outcome before the proposal expired. The specified ProposalActions aren't carried out. ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was approved couldn't be completed because of an error. The ACTION_FAILED status occurs even if only one ProposalAction fails and other actions are successful.
tagscorehstore
yes_vote_countcoreint64The current total of YES votes cast on the proposal by members.