aws.managedblockchain.list_nodes
Example SQL Queries
SELECT * FROMaws.managedblockchain.list_nodesWHERE"network_id" = 'VALUE';Description
Returns information about the nodes within a network.
Applies to Hyperledger Fabric and Ethereum.
Table Definition
| Column Name | Column Data Type |
|---|---|
| network_id Required Input Column The unique identifier of the network for which to list nodes. | VARCHAR |
| max_results Input Column The maximum number of nodes to list. | BIGINT |
| member_id Input Column The unique identifier of the member who owns the nodes to list. Applies only to Hyperledger Fabric and is required for Hyperledger Fabric. | VARCHAR |
| next_token Input Column The pagination token that indicates the next set of results to retrieve. | VARCHAR |
| status Input Column An optional status specifier. If provided, only nodes currently in this status are listed. | 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 |
| nodes An array of NodeSummary objects that contain configuration properties for each node. | STRUCT( |
Show child fields
| |