| 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.NetworkFrameworkAttributes
Description
Synopsis
- data NetworkFrameworkAttributes = NetworkFrameworkAttributes' {}
 - newNetworkFrameworkAttributes :: NetworkFrameworkAttributes
 - networkFrameworkAttributes_ethereum :: Lens' NetworkFrameworkAttributes (Maybe NetworkEthereumAttributes)
 - networkFrameworkAttributes_fabric :: Lens' NetworkFrameworkAttributes (Maybe NetworkFabricAttributes)
 
Documentation
data NetworkFrameworkAttributes Source #
Attributes relevant to the network for the blockchain framework that the network uses.
See: newNetworkFrameworkAttributes smart constructor.
Constructors
| NetworkFrameworkAttributes' | |
Fields 
  | |
Instances
newNetworkFrameworkAttributes :: NetworkFrameworkAttributes Source #
Create a value of NetworkFrameworkAttributes 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:ethereum:NetworkFrameworkAttributes', networkFrameworkAttributes_ethereum - Attributes of an Ethereum network for Managed Blockchain resources
 participating in an Ethereum network.
$sel:fabric:NetworkFrameworkAttributes', networkFrameworkAttributes_fabric - Attributes of Hyperledger Fabric for a Managed Blockchain network that
 uses Hyperledger Fabric.
networkFrameworkAttributes_ethereum :: Lens' NetworkFrameworkAttributes (Maybe NetworkEthereumAttributes) Source #
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
networkFrameworkAttributes_fabric :: Lens' NetworkFrameworkAttributes (Maybe NetworkFabricAttributes) Source #
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.