aws.managedblockchain.list_proposal_votes
Example SQL Queries
SELECT * FROMaws.managedblockchain.list_proposal_votesWHERE"network_id" = 'VALUE'AND "proposal_id" = 'VALUE';Description
Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.
Applies only to Hyperledger Fabric.
Table Definition
| Column Name | Column Data Type |
|---|---|
| network_id Required Input Column The unique identifier of the network. | VARCHAR |
| proposal_id Required Input Column The unique identifier of the proposal. | VARCHAR |
| max_results Input Column The maximum number of votes to return. | BIGINT |
| next_token Input Column The pagination token that indicates the next set of results to retrieve. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| proposal_votes The list of votes. | STRUCT( |
Show child fields
| |