| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.ManagedBlockChain.Types.NetworkFrameworkConfiguration
Description
Documentation
data NetworkFrameworkConfiguration Source #
Configuration properties relevant to the network for the blockchain framework that the network uses.
See: newNetworkFrameworkConfiguration smart constructor.
Constructors
| NetworkFrameworkConfiguration' | |
Fields 
  | |
Instances
newNetworkFrameworkConfiguration :: NetworkFrameworkConfiguration Source #
Create a value of NetworkFrameworkConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fabric:NetworkFrameworkConfiguration', networkFrameworkConfiguration_fabric - Hyperledger Fabric configuration properties for a Managed Blockchain
 network that uses Hyperledger Fabric.
networkFrameworkConfiguration_fabric :: Lens' NetworkFrameworkConfiguration (Maybe NetworkFabricConfiguration) Source #
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.