| 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.NodeFrameworkAttributes
Description
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.
Constructors
| NodeFrameworkAttributes' | |
Fields
| |
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:ethereum:NodeFrameworkAttributes', nodeFrameworkAttributes_ethereum - Attributes of Ethereum for a node on a Managed Blockchain network that
uses Ethereum.
$sel:fabric:NodeFrameworkAttributes', nodeFrameworkAttributes_fabric - 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.
nodeFrameworkAttributes_fabric :: Lens' NodeFrameworkAttributes (Maybe NodeFabricAttributes) Source #
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.