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
Documentation
data NodeFrameworkAttributes Source #
Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.
See: newNodeFrameworkAttributes
smart constructor.
NodeFrameworkAttributes' | |
|
Instances
newNodeFrameworkAttributes :: NodeFrameworkAttributes Source #
Create a value of NodeFrameworkAttributes
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:NodeFrameworkAttributes'
, nodeFrameworkAttributes_fabric
- Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain
network that uses Hyperledger Fabric.
$sel:ethereum:NodeFrameworkAttributes'
, nodeFrameworkAttributes_ethereum
- Attributes of Ethereum for a node on a Managed Blockchain network that
uses Ethereum.
nodeFrameworkAttributes_fabric :: Lens' NodeFrameworkAttributes (Maybe NodeFabricAttributes) Source #
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
nodeFrameworkAttributes_ethereum :: Lens' NodeFrameworkAttributes (Maybe NodeEthereumAttributes) Source #
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.