Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NetworkFrameworkAttributes = NetworkFrameworkAttributes' {}
- newNetworkFrameworkAttributes :: NetworkFrameworkAttributes
- networkFrameworkAttributes_fabric :: Lens' NetworkFrameworkAttributes (Maybe NetworkFabricAttributes)
- networkFrameworkAttributes_ethereum :: Lens' NetworkFrameworkAttributes (Maybe NetworkEthereumAttributes)
Documentation
data NetworkFrameworkAttributes Source #
Attributes relevant to the network for the blockchain framework that the network uses.
See: newNetworkFrameworkAttributes
smart constructor.
NetworkFrameworkAttributes' | |
|
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:fabric:NetworkFrameworkAttributes'
, networkFrameworkAttributes_fabric
- Attributes of Hyperledger Fabric for a Managed Blockchain network that
uses Hyperledger Fabric.
$sel:ethereum:NetworkFrameworkAttributes'
, networkFrameworkAttributes_ethereum
- 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.
networkFrameworkAttributes_ethereum :: Lens' NetworkFrameworkAttributes (Maybe NetworkEthereumAttributes) Source #
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.