Builder
Properties
The actions to perform on the network if the proposal is APPROVED
.
The 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.
The date and time that the proposal was created.
The description of the proposal.
The 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.
The current total of NO
votes cast on the proposal by members.
The 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.
The unique identifier of the proposal.
The unique identifier of the member that created the proposal.
The name of the member that created the proposal.
The status of the proposal. Values are as follows:
The current total of YES
votes cast on the proposal by members.
Functions
construct an aws.sdk.kotlin.services.managedblockchain.model.ProposalActions inside the given block