This product is not supported for your selected
Datadog site. (
).
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
aws_managedblockchain_proposal
account_id
Type: STRING
actions
Type: STRUCT
Provider name: Actions
Description: The actions to perform on the network if the proposal is APPROVED
.
invitations
Type: UNORDERED_LIST_STRUCT
Provider name: Invitations
Description: The actions to perform for an APPROVED
proposal to invite an Amazon Web Services account to create a member and join the network.
principal
Type: STRING
Provider name: Principal
Description: The Amazon Web Services account ID to invite.
removals
Type: UNORDERED_LIST_STRUCT
Provider name: Removals
Description: The actions to perform for an APPROVED
proposal to remove a member from the network, which deletes the member and all associated member resources from the network.
member_id
Type: STRING
Provider name: MemberId
Description: The unique identifier of the member to remove.
arn
Type: STRING
Provider name: Arn
Description: 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.
creation_date
Type: TIMESTAMP
Provider name: CreationDate
Description: The date and time that the proposal was created.
description
Type: STRING
Provider name: Description
Description: The description of the proposal.
expiration_date
Type: TIMESTAMP
Provider name: ExpirationDate
Description: 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.
network_id
Type: STRING
Provider name: NetworkId
Description: The unique identifier of the network for which the proposal is made.
no_vote_count
Type: INT32
Provider name: NoVoteCount
Description: The current total of NO
votes cast on the proposal by members.
outstanding_vote_count
Type: INT32
Provider name: OutstandingVoteCount
Description: 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.
proposal_id
Type: STRING
Provider name: ProposalId
Description: The unique identifier of the proposal.
proposed_by_member_id
Type: STRING
Provider name: ProposedByMemberId
Description: The unique identifier of the member that created the proposal.
proposed_by_member_name
Type: STRING
Provider name: ProposedByMemberName
Description: The name of the member that created the proposal.
status
Type: STRING
Provider name: Status
Description: The 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.
Type: UNORDERED_LIST_STRING
yes_vote_count
Type: INT32
Provider name: YesVoteCount
Description: The current total of YES
votes cast on the proposal by members.