aws.managedblockchain.list_networks
Example SQL Queries
SELECT * FROMaws.managedblockchain.list_networks;Description
Returns information about the networks in which the current Amazon Web Services account participates.
Applies to Hyperledger Fabric and Ethereum.
Table Definition
| Column Name | Column Data Type |
|---|---|
| framework Input Column An optional framework specifier. If provided, only networks of this framework type are listed. | VARCHAR |
| max_results Input Column The maximum number of networks to list. | BIGINT |
| name Input Column The name of the network. | 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 networks currently in this status are listed. Applies only to Hyperledger Fabric. | 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 |
| networks An array of NetworkSummary objects that contain configuration properties for each network. | STRUCT( |
Show child fields
| |