aws.managedblockchain.list_proposals
Example SQL Queries
SELECT * FROMaws.managedblockchain.list_proposalsWHERE"network_id" = 'VALUE';Description
Returns a list of proposals for the network.
Applies only to Hyperledger Fabric.
Table Definition
| Column Name | Column Data Type |
|---|---|
| network_id Required Input Column The unique identifier of the network. | VARCHAR |
| max_results Input Column The maximum number of proposals 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 |
| proposals The summary of each proposal made on the network. | STRUCT( |
Show child fields
| |